Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed Nov 1, 2017
1 parent 0e87964 commit de52353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ add_definitions(-DOTTER_VERSION_MAIN="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_
add_definitions(-DOTTER_INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}")

if ("${WEEKLY_VERSION}" STREQUAL "")
add_definitions(-DOTTER_VERSION_CONTEXT="-dev")
add_definitions(-DOTTER_VERSION_CONTEXT=" RC 2")
add_definitions(-DOTTER_VERSION_WEEKLY=" ")
else ("${WEEKLY_VERSION}" STREQUAL "")
add_definitions(-DOTTER_VERSION_CONTEXT=" weekly ${WEEKLY_VERSION}")
Expand Down

0 comments on commit de52353

Please sign in to comment.