Skip to content
Snippets Groups Projects
Commit 627c7474 authored by BlockMen's avatar BlockMen
Browse files

Uncomment version patch field

parent e6ad2ace
No related branches found
No related tags found
No related merge requests found
......@@ -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}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment