Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
VERSION bump to version 1.0.58
  • Loading branch information
michalvasko committed Sep 11, 2019
1 parent d120f2a commit 132c82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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 57)
set(LIBYANG_MICRO_VERSION 58)
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})

# Version of the library
Expand Down

0 comments on commit 132c82b

Please sign in to comment.