commit | ccf65eaf22f59fc9b3217ed32c12f4b04407b412 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Oct 04 15:43:21 2023 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Oct 04 15:43:21 2023 +0200 |
tree | df7d2c6bfcfc0a6645b362206700c50e1446a4f6 | |
parent | 8b787ba8edf21556c8845722587ac8036400150a [diff] |
VERSION bump to version 2.1.125
diff --git a/CMakeLists.txt b/CMakeLists.txt index f666b80..95c4728 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 124) +set(LIBYANG_MICRO_VERSION 125) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)