commit | 96bc8507a47d25a624248579b125600048ddd880 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Aug 22 10:03:29 2024 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Aug 22 10:03:29 2024 +0200 |
tree | d7a439b1ef35d7fedf80ff48b2cda10dcff41ce6 | |
parent | c59333fa62fd1195a67c58994e89262cbd095cae [diff] |
VERSION bump to version 3.2.0
diff --git a/CMakeLists.txt b/CMakeLists.txt index c54bbde..1b01dd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -59,8 +59,8 @@ # set version of the project set(LIBYANG_MAJOR_VERSION 3) -set(LIBYANG_MINOR_VERSION 1) -set(LIBYANG_MICRO_VERSION 4) +set(LIBYANG_MINOR_VERSION 2) +set(LIBYANG_MICRO_VERSION 0) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library