Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed Sep 1, 2015
1 parent 665fd96 commit 9946beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(MINOR_VERSION "9")
set(PATCH_VERSION "07")
set(OTTER_VERSION_MAIN ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
set(OTTER_VERSION_WEEKLY " ")
set(OTTER_VERSION_CONTEXT "-dev")
set(OTTER_VERSION_CONTEXT " beta 7")

if (EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
include(InstallRequiredSystemLibraries)
Expand Down
2 changes: 1 addition & 1 deletion otter.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

OTTER_VERSION_MAIN = 0.9.07
OTTER_VERSION_WEEKLY = ""
OTTER_VERSION_CONTEXT = -dev
OTTER_VERSION_CONTEXT = " beta 7"

message("otter.pro is deprecated, use CMake instead.")

Expand Down

0 comments on commit 9946beb

Please sign in to comment.