Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed Apr 1, 2015
1 parent 7122db7 commit c1819f1
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 @@ -14,7 +14,7 @@ set(MAJOR_VERSION "0")
set(MINOR_VERSION "9")
set(PATCH_VERSION "05")
set(OTTER_VERSION_MAIN "0.9.05")
set(OTTER_VERSION_CONTEXT "-dev")
set(OTTER_VERSION_CONTEXT " beta 5")

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 @@ -18,7 +18,7 @@ win32: INCLUDEPATH += .\
unix: INCLUDEPATH += ./

OTTER_VERSION_MAIN = 0.9.05
OTTER_VERSION_CONTEXT = -dev
OTTER_VERSION_CONTEXT = " beta 5"

isEmpty(PREFIX): PREFIX = /usr/local

Expand Down

0 comments on commit c1819f1

Please sign in to comment.