commit | c9b676fbdaec420965451136aeaebd025fe9762f | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Jan 18 13:59:05 2024 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Jan 18 13:59:05 2024 +0100 |
tree | 19c54cefefa2111d79d4a023676a0eda49317c8c | |
parent | 3304def1d36a54d637910eadd6359fed16861901 [diff] |
VERSION bump to version 2.1.150
diff --git a/CMakeLists.txt b/CMakeLists.txt index b0d8f33..79a7d16 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 1) -set(LIBYANG_MICRO_VERSION 149) +set(LIBYANG_MICRO_VERSION 150) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)