diff --git a/CMakeLists.txt b/CMakeLists.txt index a79ee27293bb2ddb4bcb4f77c20d4f3847e86718..af8f69ffaf3e17ddd1541077a1af6f6b4771683e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ include(FindPkgConfig) include(cmake/CheckAtomic.cmake) set (opendht_VERSION_MAJOR 2) -set (opendht_VERSION_MINOR 4.0) +set (opendht_VERSION_MINOR 4.1) set (opendht_VERSION ${opendht_VERSION_MAJOR}.${opendht_VERSION_MINOR}) set (PACKAGE_VERSION ${opendht_VERSION}) set (VERSION "${opendht_VERSION}") @@ -92,7 +92,7 @@ if (NOT MSVC) pkg_search_module(OPENSSL REQUIRED openssl) if (OPENSSL_FOUND) message(STATUS "Found OpenSSL ${OPENSSL_VERSION} ${OPENSSL_INCLUDE_DIRS}") - include_directories(SYSTEM ${OPENSSL_INCLUDE_DIRS}) + include_direcopendht/ries(SYSTEM ${OPENSSL_INCLUDE_DIRS}) link_directories (${OPENSSL_LIBRARY_DIRS}) else () message(SEND_ERROR "OpenSSL is required for DHT proxy as specified") diff --git a/configure.ac b/configure.ac index b424b802b786d48882aeec38cc501fb5ce0853d2..b73bee47c0d72c8bc5e7b57353a992cb8615171c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl define macros m4_define([opendht_major_version], 2) m4_define([opendht_minor_version], 4) -m4_define([opendht_patch_version], 0) +m4_define([opendht_patch_version], 1) m4_define([opendht_version], [opendht_major_version.opendht_minor_version.opendht_patch_version])