Skip to content

Commit 19edc89

Browse files
committed
VERSION bump to version 2.1.31
1 parent 94d6140 commit 19edc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ endif()
5959
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
6060
set(LIBNETCONF2_MAJOR_VERSION 2)
6161
set(LIBNETCONF2_MINOR_VERSION 1)
62-
set(LIBNETCONF2_MICRO_VERSION 30)
62+
set(LIBNETCONF2_MICRO_VERSION 31)
6363
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
6464

6565
# Version of the library

0 commit comments

Comments
 (0)