Skip to content

Commit 5ca336e

Browse files
sapiersapier
sapier
authored and
sapier
committedJul 7, 2014
Switch back repository to dev-mode after 0.4.10 release.
1 parent c9ba92c commit 5ca336e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if(VERSION_EXTRA)
1919
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
2020
else()
2121
# Comment the following line during release
22-
# set(VERSION_PATCH ${VERSION_PATCH}-dev)
22+
set(VERSION_PATCH ${VERSION_PATCH}-dev)
2323
endif()
2424
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2525

0 commit comments

Comments
 (0)
Please sign in to comment.