commit | b16eda22cc0de465841316214883c29dc2dc566f | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue May 21 15:14:00 2024 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue May 21 15:14:00 2024 +0200 |
tree | 19cf2347ba63eb53d6f7521410981aed65b5d61a | |
parent | 9f2dfb1d2c6941d303d8ff51d9cce51ef0586dd2 [diff] |
VERSION bump to version 3.0.5
diff --git a/CMakeLists.txt b/CMakeLists.txt index c21943e..60c67f3 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 4) +set(LIBYANG_MICRO_VERSION 5) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library