Skip to content

Commit 3ea5ed4

Browse files
committed
Uncomment version patch field
1 parent 3f83ca2 commit 3ea5ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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)