commit | 2fb6325852e89d6176d6f39bec0a588801530108 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Nov 25 11:15:44 2021 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Mar 15 11:36:42 2022 +0100 |
tree | 6cb5bdcc1b8c8940a43af853ab0d0b20bda73c3a | |
parent | 067e32c38662cba88fda99a28bf7bee3ea0517e8 [diff] |
VERSION bump to version 2.0.118
diff --git a/CMakeLists.txt b/CMakeLists.txt index aeab628..11c44f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -62,7 +62,7 @@ # set version of the project set(LIBYANG_MAJOR_VERSION 2) set(LIBYANG_MINOR_VERSION 0) -set(LIBYANG_MICRO_VERSION 117) +set(LIBYANG_MICRO_VERSION 118) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)