Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed Jan 1, 2018
1 parent 8a2a3bc commit 7871ad8
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 4")
add_definitions(-DOTTER_VERSION_WEEKLY=" ")
else ("${WEEKLY_VERSION}" STREQUAL "")
add_definitions(-DOTTER_VERSION_CONTEXT=" weekly ${WEEKLY_VERSION}")
Expand Down

0 comments on commit 7871ad8

Please sign in to comment.