commit | c2ee25c9def972e61e9da63a283e875bac5c40f0 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Oct 19 14:11:47 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Oct 19 14:16:26 2021 +0200 |
tree | 4e3e3cfb2e0aff41e2f2117943e795e46fdaf666 | |
parent | 759b882e27217c3a7c9c652ec11c2fcb8954490a [diff] [blame] |
VERSION bump to version 2.0.103
diff --git a/CMakeLists.txt b/CMakeLists.txt index ec62e42..e6e17ef 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 102) +set(LIBYANG_MICRO_VERSION 103) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)