commit | 4764dbd9597648fc94a00032da7e6fc35b5a0d9e | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Oct 23 13:51:50 2023 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Mon Oct 23 13:51:50 2023 +0200 |
tree | 500a0b93e2cebfff0dc74b7b953e32df90e2eeda | |
parent | 7a0231ce1b4a85f914bea9344c9b63b02f30e205 [diff] [blame] |
VERSION bump to version 2.1.134
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f543b2..6a4187d 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 133) +set(LIBYANG_MICRO_VERSION 134) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)