Skip to content

Commit

Permalink
Switch back repository to dev-mode after 0.4.10 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and sapier committed Jul 7, 2014
1 parent c9ba92c commit 5ca336e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -19,7 +19,7 @@ if(VERSION_EXTRA)
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
else()
# Comment the following line during release
# set(VERSION_PATCH ${VERSION_PATCH}-dev)
set(VERSION_PATCH ${VERSION_PATCH}-dev)
endif()
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down

0 comments on commit 5ca336e

Please sign in to comment.