commit | b7ad5f72c4bd12463484ea2a6d92dc452d559c1b | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Apr 21 09:54:32 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Apr 21 09:54:32 2022 +0200 |
tree | 5271898b3ca2b3b7325bd7ba79776312b6eb4a31 | |
parent | 3f08fb93e96660da196972f0d938f7ed07e677fe [diff] [blame] |
VERSION bump to version 2.0.184
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f501ee..7b8e464 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -61,7 +61,7 @@ # set version of the project set(LIBYANG_MAJOR_VERSION 2) set(LIBYANG_MINOR_VERSION 0) -set(LIBYANG_MICRO_VERSION 183) +set(LIBYANG_MICRO_VERSION 184) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)