Skip to content

Commit 4d22977

Browse files
committedJan 3, 2014
Reenable -dev suffix
1 parent 9192380 commit 4d22977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if(VERSION_EXTRA)
1717
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
1818
else()
1919
# Comment the following line during release
20-
#set(VERSION_PATCH ${VERSION_PATCH}-dev)
20+
set(VERSION_PATCH ${VERSION_PATCH}-dev)
2121
endif()
2222
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2323

0 commit comments

Comments
 (0)
Please sign in to comment.