Skip to content

Commit bb797b6

Browse files
Roytakmichalvasko
authored andcommitted
VERSION bump to version 4.3.1
1 parent 89491e2 commit bb797b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ set(CMAKE_MACOSX_RPATH TRUE)
5858
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
5959
set(LIBNETCONF2_MAJOR_VERSION 4)
6060
set(LIBNETCONF2_MINOR_VERSION 3)
61-
set(LIBNETCONF2_MICRO_VERSION 0)
61+
set(LIBNETCONF2_MICRO_VERSION 1)
6262
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
6363

6464
# Version of the library

0 commit comments

Comments
 (0)