commit | 35d8c4df3c7b12da1751f881945666576c417ce9 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Jun 12 11:52:12 2024 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Jun 12 11:52:12 2024 +0200 |
tree | 3de8795abe0ad3b77d48feedcff464be1cfe0377 | |
parent | 13f2fb50949d5740289f3cb72bf36f53efc1acda [diff] |
VERSION bump to version 3.0.12
diff --git a/CMakeLists.txt b/CMakeLists.txt index d6db91e..46bb79a 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 0) -set(LIBYANG_MICRO_VERSION 11) +set(LIBYANG_MICRO_VERSION 12) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library