commit | 7875d32771466138935ce7df152d3bee670c2998 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Dec 02 10:49:39 2021 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Dec 02 10:49:39 2021 +0100 |
tree | 29dd19563b8d057bb830f1cea7cc0ad53a11216e | |
parent | f53c04ac5fc545d275a9a2774f033affb86c7d82 [diff] |
VERSION bump to version 2.0.120
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b37272..e337d6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -62,7 +62,7 @@ # set version of the project set(LIBYANG_MAJOR_VERSION 2) set(LIBYANG_MINOR_VERSION 0) -set(LIBYANG_MICRO_VERSION 119) +set(LIBYANG_MICRO_VERSION 120) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)