commit | 34fb9e0f4771e67eb6018963697c7a8214711eb0 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue May 10 09:29:45 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue May 10 10:33:38 2022 +0200 |
tree | 3a1cfe82863e9840bbb19d17c9ff594ca4563e27 | |
parent | 7c4f7df6f30acde1068508af106324cb9dddcd6f [diff] |
VERSION bump to vertsion 2.0.199
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1dc3de6..e532485 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 198) +set(LIBYANG_MICRO_VERSION 199) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)