commit | ac0398bce64b6de3435c531d2ee78431e9c616d5 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu May 25 10:03:22 2023 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu May 25 10:03:22 2023 +0200 |
tree | 438d5e2081308196bebf2b9fe6b66d478680a587 | |
parent | ec4749f965ae9a192448fe85a0a5cc8b2e695ffb [diff] [blame] |
VERSION bump to version 2.1.83
diff --git a/CMakeLists.txt b/CMakeLists.txt index b5b1e91..d90b579 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -61,7 +61,7 @@ # set version of the project set(LIBYANG_MAJOR_VERSION 2) set(LIBYANG_MINOR_VERSION 1) -set(LIBYANG_MICRO_VERSION 82) +set(LIBYANG_MICRO_VERSION 83) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)