Skip to content

Commit

Permalink
Bump version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kwolekr committed Mar 4, 2013
1 parent 55097e1 commit 038529c
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 4-d1)
set(VERSION_PATCH 5)
if(VERSION_EXTRA)
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
endif()
Expand Down

0 comments on commit 038529c

Please sign in to comment.