commit | 25f973158c4750276120ef7033ff444e55ae1336 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Jul 11 15:56:28 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Mon Jul 11 15:56:28 2022 +0200 |
tree | 960d7c50e57a611b7a6a64e4786cced70840ac1d | |
parent | 003440bde4ec24517403fd3aaaea761fd5996542 [diff] |
VERSION bump to version 2.0.222
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9be201a..cd77aad 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 221) +set(LIBYANG_MICRO_VERSION 222) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)