commit | c6af8464448d5a6e1e0f593421b9aec7803cfed0 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Mar 30 11:52:28 2023 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Mar 30 11:52:28 2023 +0200 |
tree | b8f3b149ff422c04a603d0c5a6e93e8d7379f973 | |
parent | 484e2515b8f959a20eebfb67da7c7ea924a20931 [diff] [blame] |
VERSION bump to version 2.1.63
diff --git a/CMakeLists.txt b/CMakeLists.txt index e6b4c6e..b53540b 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 62) +set(LIBYANG_MICRO_VERSION 63) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)