From c42b49526bdd4389324aa62342048040e42c733d Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Tue, 30 Jan 2024 16:11:09 +0100 Subject: [PATCH] VERSION bump to version 2.1.155 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf3a08d7a..7de13b96a 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 154) +set(LIBYANG_MICRO_VERSION 155) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library set(LIBYANG_MAJOR_SOVERSION 2)