Skip to content

Commit

Permalink
Uncomment version patch field
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockMen committed Feb 18, 2015
1 parent e6ad2ac commit 627c747
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 627c747

Please sign in to comment.