commit | 11e4d1a20052d7a75ea57f728a024bccdb2e2e57 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Aug 25 11:18:59 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Aug 25 11:18:59 2021 +0200 |
tree | 74fd7ce218f6dc2f8d4b9c50d69a398586961d4c | |
parent | 4fcf9c84217210f85e7727b194547c35d99cced6 [diff] |
VERSION bump to version 2.0.79
diff --git a/CMakeLists.txt b/CMakeLists.txt index b3ecdf4..f6f0a26 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 78) +set(LIBYANG_MICRO_VERSION 79) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)