Skip to content

Commit f691de3

Browse files
committed
Bump version
1 parent e290f08 commit f691de3

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
@@ -18,7 +18,7 @@ set(WEEKLY_VERSION "" CACHE STRING "")
1818
add_definitions(-DOTTER_VERSION_MAIN="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}" -DOTTER_INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}")
1919

2020
if ("${WEEKLY_VERSION}" STREQUAL "")
21-
add_definitions(-DOTTER_VERSION_CONTEXT="-dev" -DOTTER_VERSION_WEEKLY=" ")
21+
add_definitions(-DOTTER_VERSION_CONTEXT=" RC 7" -DOTTER_VERSION_WEEKLY=" ")
2222
else ("${WEEKLY_VERSION}" STREQUAL "")
2323
add_definitions(-DOTTER_VERSION_CONTEXT=" weekly ${WEEKLY_VERSION}" -DOTTER_VERSION_WEEKLY="${WEEKLY_VERSION}")
2424
endif ("${WEEKLY_VERSION}" STREQUAL "")

0 commit comments

Comments
 (0)