From c39aef641f5c09efe1fc5d93249931350ae6da8b Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Wed, 24 Apr 2019 08:59:20 +0200 Subject: [PATCH] VERSION bump to version 1.0.13 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e8e272b2..ec0c16e5c 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 12) +set(LIBYANG_MICRO_VERSION 13) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # Version of the library