commit | ddf36f11381796abe866e8ad0dc2038ee19d401a | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Oct 23 12:28:03 2024 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Oct 23 12:28:03 2024 +0200 |
tree | e8c2efc5f515025515851f45dc9b1db98238941f | |
parent | 6eaa84c5bb86a6a52f811248f92f39c5143f4573 [diff] |
VERSION bump to version 3.4.6
diff --git a/CMakeLists.txt b/CMakeLists.txt index fd491cc..ddfb99b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -60,7 +60,7 @@ # set version of the project set(LIBYANG_MAJOR_VERSION 3) set(LIBYANG_MINOR_VERSION 4) -set(LIBYANG_MICRO_VERSION 5) +set(LIBYANG_MICRO_VERSION 6) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library