Skip to content

Commit 01e7db5

Browse files
committed
VERSION bump to version 1.1.46
1 parent 3492914 commit 01e7db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ set(CMAKE_C_FLAGS_PACKAGE "-g -O2 -DNDEBUG")
4040
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
4141
set(LIBNETCONF2_MAJOR_VERSION 1)
4242
set(LIBNETCONF2_MINOR_VERSION 1)
43-
set(LIBNETCONF2_MICRO_VERSION 45)
43+
set(LIBNETCONF2_MICRO_VERSION 46)
4444
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
4545

4646
# Version of the library

0 commit comments

Comments
 (0)