Skip to content

Commit

Permalink
Bump version to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kwolekr committed Apr 3, 2013
1 parent 8270954 commit 37acadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -12,7 +12,7 @@ set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 0)
set(VERSION_MINOR 4)
set(VERSION_PATCH 5)
set(VERSION_PATCH 6)
if(VERSION_EXTRA)
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
endif()
Expand Down

0 comments on commit 37acadc

Please sign in to comment.