commit | 691bd1755f63d906b4de83b1c3b0b84fffbe712d | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Apr 28 14:34:01 2023 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Apr 28 14:34:01 2023 +0200 |
tree | 440ac36a0016b3372d0258eb710ed62a2fb6d995 | |
parent | 5c89ea9aae721cc7f35c60fba50715c769f489b8 [diff] [blame] |
VERSION bump to version 2.1.76
diff --git a/CMakeLists.txt b/CMakeLists.txt index d6aabac..eca9d54 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 1) -set(LIBYANG_MICRO_VERSION 75) +set(LIBYANG_MICRO_VERSION 76) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)