Skip to content
Snippets Groups Projects
Commit bfd5f5e8 authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

Bump version to 0.1

From now on, libringclient versions wont folllow libring ones

Refs #68848
parent 927a23d8
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ IF(POLICY CMP0022)
CMAKE_POLICY(SET CMP0022 NEW)
ENDIF(POLICY CMP0022)
IF(POLICY CMP0043)
CMAKE_POLICY(SET CMP0043 NEW)
ENDIF(POLICY CMP0043)
# First, check is the compiler is new enough, most version of Clang are fine
# until problems arise, checking for GCC is enough
IF (CMAKE_COMPILER_IS_GNUCC)
......@@ -146,7 +150,7 @@ FIND_PACKAGE(Qt5Core REQUIRED)
FIND_PACKAGE(Qt5DBus)
# ADD_DEFINITIONS(-DQT_DISABLE_DEPRECATED_BEFORE=1)
SET(GENERIC_LIB_VERSION "1.4.1")
SET(GENERIC_LIB_VERSION "0.1.0")
INCLUDE_DIRECTORIES(SYSTEM ${QT_INCLUDES} )
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment