From a7a0a06193efa83cd1212a1b38eb4b27e97ca185 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Mon, 15 Apr 2024 08:56:03 +0200 Subject: [PATCH] VERSION bump to version 3.0.0 --- CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c80695197..ec3039cc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,10 +58,11 @@ set(CMAKE_MACOSX_RPATH TRUE) set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) # set version of the project -set(LIBYANG_MAJOR_VERSION 2) -set(LIBYANG_MINOR_VERSION 2) -set(LIBYANG_MICRO_VERSION 10) +set(LIBYANG_MAJOR_VERSION 3) +set(LIBYANG_MINOR_VERSION 0) +set(LIBYANG_MICRO_VERSION 0) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) + # set version of the library set(LIBYANG_MAJOR_SOVERSION 3) set(LIBYANG_MINOR_SOVERSION 0)