commit | 287136700370a7029f71ece0876e4cddfd809c32 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed May 29 13:45:30 2024 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed May 29 13:45:30 2024 +0200 |
tree | 259efbad4b17ffacbfd01d97fcb0f2eb8e2db294 | |
parent | 2b2f96835817532e808361ce7185fe2908229961 [diff] |
VERSION bump to version 3.0.11
diff --git a/CMakeLists.txt b/CMakeLists.txt index b8b7aaf..020b1f4 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 10) +set(LIBYANG_MICRO_VERSION 11) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library