commit | 400192533089725ba6977408d0222d884f2c83f6 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed May 26 16:11:24 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed May 26 16:11:24 2021 +0200 |
tree | 5696039475d4849aba0b8de320bd435280dac65e | |
parent | 0640c656f2c107e615a6ed4c8238b80c50fcaa2e [diff] |
VERSION bump to version 2.0.6
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8635c30..faf6ed0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -57,7 +57,7 @@ # set version of the project set(LIBYANG_MAJOR_VERSION 2) set(LIBYANG_MINOR_VERSION 0) -set(LIBYANG_MICRO_VERSION 5) +set(LIBYANG_MICRO_VERSION 6) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)