commit | a568c32251ac95b9c3fe930dccc872717d506bab | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue May 24 10:29:14 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue May 24 10:29:14 2022 +0200 |
tree | 9cd52ea1960dfbf9ca0d87daa01fbd54841021c7 | |
parent | b1a22154ce7ad4c7c00ea56c20c815210270abed [diff] |
VERSION bump to version 2.0.207
diff --git a/CMakeLists.txt b/CMakeLists.txt index 68cb604..df9accc 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 0) -set(LIBYANG_MICRO_VERSION 206) +set(LIBYANG_MICRO_VERSION 207) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)