From a329233ef9e80285ba8fe989ee068ce957e2c1d4 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Tue, 3 Oct 2023 14:14:25 +0200 Subject: [PATCH] VERSION bump to version 2.1.124 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b824736a..049dc4858 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) # set version of the project set(LIBYANG_MAJOR_VERSION 2) set(LIBYANG_MINOR_VERSION 1) -set(LIBYANG_MICRO_VERSION 123) +set(LIBYANG_MICRO_VERSION 124) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)