Skip to content

Commit 4a7ba35

Browse files
romanmichalvasko
authored andcommitted
VERSION bump to version 3.5.0
1 parent e7be0dc commit 4a7ba35

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
@@ -57,7 +57,7 @@ set(CMAKE_MACOSX_RPATH TRUE)
5757
# minor version changes with added functionality (new tool, functionality of the tool or library, ...) and
5858
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
5959
set(LIBNETCONF2_MAJOR_VERSION 3)
60-
set(LIBNETCONF2_MINOR_VERSION 4)
60+
set(LIBNETCONF2_MINOR_VERSION 5)
6161
set(LIBNETCONF2_MICRO_VERSION 0)
6262
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
6363

0 commit comments

Comments
 (0)