diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aa71256533ad4fdd2b4791469a88f5327923d42..9625f007a4b46076daf6f06116944fc699345c68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ include(CTest) include(FetchContent) set (opendht_VERSION_MAJOR 3) -set (opendht_VERSION_MINOR 1.11) +set (opendht_VERSION_MINOR 2.0) set (opendht_VERSION ${opendht_VERSION_MAJOR}.${opendht_VERSION_MINOR}) set (PACKAGE_VERSION ${opendht_VERSION}) set (VERSION "${opendht_VERSION}") diff --git a/configure.ac b/configure.ac index 1523574a0be54500499d76d34394c4df9dfa8a15..045095149f8b0bc130db4ad81f38492024442f0f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl define macros m4_define([opendht_major_version], 3) -m4_define([opendht_minor_version], 1) -m4_define([opendht_patch_version], 11) +m4_define([opendht_minor_version], 2) +m4_define([opendht_patch_version], 0) m4_define([opendht_version], [opendht_major_version.opendht_minor_version.opendht_patch_version]) diff --git a/meson.build b/meson.build index c2f5f8ce3774db65f3a47cb03954064cd00dc2ad..0ab8ddac0d26768f52e64eda7186408edad8f737 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('opendht', 'c', 'cpp', 'cython', - version: '3.1.11', + version: '3.2.0', default_options: [ 'cpp_std=c++17', 'warning_level=3'