commit | c59af106c31a65473ea9993d4da14b7750edb337 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Apr 22 12:30:27 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Apr 22 12:30:27 2022 +0200 |
tree | 85173f0b8d291d0c3e899e8ed55627ac6999d88c | |
parent | b0538753941f94a065e775c1beff59928a7c21fd [diff] |
VERSION bump to version 2.0.187
diff --git a/CMakeLists.txt b/CMakeLists.txt index 70c45ba..7c4938a 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 186) +set(LIBYANG_MICRO_VERSION 187) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)