commit | ffe012be7f36a82ea9f13340872ebae9946d5b94 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Sep 04 15:39:41 2024 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Sep 04 15:39:41 2024 +0200 |
tree | c31dcbc5357f59045614348836b1f511048903f8 | |
parent | 6c5e665b4476e26a25454e9cc2e2dd6153e6db53 [diff] |
VERSION bump ot version 3.2.2
diff --git a/CMakeLists.txt b/CMakeLists.txt index f2f7880..2ba7a3a 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 2) -set(LIBYANG_MICRO_VERSION 1) +set(LIBYANG_MICRO_VERSION 2) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library