commit | 0bbd205165de48ad15d2b072b7589c11ef7ff168 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Mar 31 12:16:48 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Apr 01 12:08:32 2022 +0200 |
tree | 82b0a1c968503759a4d1f310c31cadfd7a374a13 | |
parent | dd9d1b1a44353cad41226d024cc40216564bd153 [diff] |
VERSION bump to version 2.0.177
diff --git a/CMakeLists.txt b/CMakeLists.txt index 217a10e..65071c5 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 176) +set(LIBYANG_MICRO_VERSION 177) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)