commit | 3dfd2b66b48e46f987a9b89ce3ac8b4209430370 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Jul 04 12:04:32 2024 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Jul 04 12:04:32 2024 +0200 |
tree | 2c043cbb0a15079e05dca2dd136ae2b8be46e995 | |
parent | 809239d216f4e73d6f91e3596aa01f46d2ccd063 [diff] |
VERSION bump to version 3.1.1
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c337d1..940d4e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -60,7 +60,7 @@ # set version of the project set(LIBYANG_MAJOR_VERSION 3) set(LIBYANG_MINOR_VERSION 1) -set(LIBYANG_MICRO_VERSION 0) +set(LIBYANG_MICRO_VERSION 1) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library