From 4e8c0e5c4283f9e1990caa2be82afcc396df7f34 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Mon, 22 Apr 2024 14:13:27 +0200 Subject: [PATCH] VERSION bump to version 3.0.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cc6f6615..bc45dd403 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) # set version of the project set(LIBYANG_MAJOR_VERSION 3) set(LIBYANG_MINOR_VERSION 0) -set(LIBYANG_MICRO_VERSION 2) +set(LIBYANG_MICRO_VERSION 3) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library