commit | e4f7c222df9a2ada2bf2404907c257858fd30d4f | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Oct 17 12:00:40 2023 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Oct 17 12:00:40 2023 +0200 |
tree | f2bf12240ba53af269f9c81c95f04a799a5edb7c | |
parent | 4dfb6909f3ba1f14bea10cc206ead0889c579289 [diff] |
VERSION bump to version 2.1.131
diff --git a/CMakeLists.txt b/CMakeLists.txt index c53519c..9746eaf 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 130) +set(LIBYANG_MICRO_VERSION 131) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)