commit | d89749042bec3ae9545336046a8d782b4e5f4046 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Oct 09 16:07:54 2023 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Mon Oct 09 16:07:54 2023 +0200 |
tree | 67a01dcb5872e52d2729d55b63114c5d9ecc5afe | |
parent | 3708b58cc324f04b3dd8968a925087a6e56eb7f4 [diff] |
VERSION bump to version 2.1.127
diff --git a/CMakeLists.txt b/CMakeLists.txt index c3aba1b..0f63365 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 126) +set(LIBYANG_MICRO_VERSION 127) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)