Skip to content

Commit

Permalink
update version to 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aberaud committed May 3, 2022
1 parent adeca7f commit 126f0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include(FindPkgConfig)
include(cmake/CheckAtomic.cmake)

set (opendht_VERSION_MAJOR 2)
set (opendht_VERSION_MINOR 4.3)
set (opendht_VERSION_MINOR 4.4)
set (opendht_VERSION ${opendht_VERSION_MAJOR}.${opendht_VERSION_MINOR})
set (PACKAGE_VERSION ${opendht_VERSION})
set (VERSION "${opendht_VERSION}")
Expand Down

0 comments on commit 126f0ca

Please sign in to comment.