From 75aca5391798b9befe6bde780efb3bc6a19c6766 Mon Sep 17 00:00:00 2001 From: Radek Krejci Date: Wed, 14 Aug 2019 15:32:52 +0200 Subject: [PATCH] VERSION bump to version 1.0.43 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04e038f7c..83f92d775 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ set(CMAKE_MACOSX_RPATH TRUE) # micro version is changed with a set of small changes or bugfixes anywhere in the project. set(LIBYANG_MAJOR_VERSION 1) set(LIBYANG_MINOR_VERSION 0) -set(LIBYANG_MICRO_VERSION 42) +set(LIBYANG_MICRO_VERSION 43) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # Version of the library