commit | d37ac216ecd08b4ecae562800b6e74044c27e64f | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue May 28 10:47:30 2024 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue May 28 10:47:30 2024 +0200 |
tree | eeb0780005fe12230beb474b961776fe777962e5 | |
parent | c50c2e811c3f6b713971a8ecc88dcce121cc94a9 [diff] |
VERSION bump to version 3.0.10
diff --git a/CMakeLists.txt b/CMakeLists.txt index e5a19b3..1c3d7e8 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 9) +set(LIBYANG_MICRO_VERSION 10) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library