Skip to content

Commit f0245bf

Browse files
committed
release: set version to 0.1.1
1 parent 8e6c3f9 commit f0245bf

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
@@ -7,7 +7,7 @@ include(GNUInstallDirs)
77
# Version setup
88
set(NOTIFYCPP_VERSION_MAJOR "0")
99
set(NOTIFYCPP_VERSION_MINOR "1")
10-
set(NOTIFYCPP_VERSION_PATCH "0")
10+
set(NOTIFYCPP_VERSION_PATCH "1")
1111
set(NOTIFYCPP_VERSION "${NOTIFYCPP_VERSION_MAJOR}.${NOTIFYCPP_VERSION_MINOR}.${NOTIFYCPP_VERSION_PATCH}")
1212

1313
option(ENABLE_SHARED_LIBS "Enable build and install shared libraries" ON)

0 commit comments

Comments
 (0)