Skip to content

Commit 37acadc

Browse files
committedApr 3, 2013
Bump version to 0.4.6
1 parent 8270954 commit 37acadc

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
@@ -12,7 +12,7 @@ set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
1212
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
1313
set(VERSION_MAJOR 0)
1414
set(VERSION_MINOR 4)
15-
set(VERSION_PATCH 5)
15+
set(VERSION_PATCH 6)
1616
if(VERSION_EXTRA)
1717
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
1818
endif()

0 commit comments

Comments
 (0)
Please sign in to comment.