commit | 7c9beb8b2bb8ac22eeddd0d7ec4c7e6e37c50c1a | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Feb 17 10:49:09 2022 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Mar 15 11:36:42 2022 +0100 |
tree | cdbf69215e370be1546db5dbe47e03a6a0bf1a9d | |
parent | 256cc3fd6fa3be7397f84ef374efa02176ce6dc4 [diff] [blame] |
VERSION bump to version 2.0.152
diff --git a/CMakeLists.txt b/CMakeLists.txt index 35e5987..62ac5d3 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 151) +set(LIBYANG_MICRO_VERSION 152) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)