diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e07dd3..dff7565 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(cpp-ipc) +project(cpp-ipc VERSION 1.4.1) option(LIBIPC_BUILD_TESTS "Build all of libipc's own tests." OFF) option(LIBIPC_BUILD_DEMOS "Build all of libipc's own demos." OFF) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0d16732..61d7337 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ project(ipc) -set (PACKAGE_VERSION 1.3.0) +set (PACKAGE_VERSION 1.4.1) aux_source_directory(${LIBIPC_PROJECT_DIR}/src/libipc SRC_FILES) aux_source_directory(${LIBIPC_PROJECT_DIR}/src/libipc/sync SRC_FILES)