commit | 0ef9b59ca44347102ea50954892a2de138341319 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Jul 09 09:32:47 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Jul 09 09:33:00 2021 +0200 |
tree | 01da98001e60e37abcc1aada8e5cd2951302367b | |
parent | 6b33878be0b416ab9286e60ccae1dc21c13b5cdc [diff] |
VERSION bump to version 2.0.33
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a0f510..83e2f9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -58,7 +58,7 @@ # set version of the project set(LIBYANG_MAJOR_VERSION 2) set(LIBYANG_MINOR_VERSION 0) -set(LIBYANG_MICRO_VERSION 32) +set(LIBYANG_MICRO_VERSION 33) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)