Skip to content

Commit 7bf2d2a

Browse files
committed
update version to 2.4.11
1 parent d9a97e2 commit 7bf2d2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include(FindPkgConfig)
1414
include(cmake/CheckAtomic.cmake)
1515

1616
set (opendht_VERSION_MAJOR 2)
17-
set (opendht_VERSION_MINOR 4.10)
17+
set (opendht_VERSION_MINOR 4.11)
1818
set (opendht_VERSION ${opendht_VERSION_MAJOR}.${opendht_VERSION_MINOR})
1919
set (PACKAGE_VERSION ${opendht_VERSION})
2020
set (VERSION "${opendht_VERSION}")

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl define macros
22
m4_define([opendht_major_version], 2)
33
m4_define([opendht_minor_version], 4)
4-
m4_define([opendht_patch_version], 10)
4+
m4_define([opendht_patch_version], 11)
55
m4_define([opendht_version],
66
[opendht_major_version.opendht_minor_version.opendht_patch_version])
77

0 commit comments

Comments
 (0)