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, 2015
1 parent aeafa4a commit 869d29d
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 @@ -6,7 +6,7 @@ set(MAJOR_VERSION "0")
set(MINOR_VERSION "9")
set(PATCH_VERSION "04")
set(OTTER_VERSION_MAIN "0.9.04")
set(OTTER_VERSION_CONTEXT "-dev")
set(OTTER_VERSION_CONTEXT " beta 4")

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

OTTER_VERSION_MAIN = 0.9.04
OTTER_VERSION_CONTEXT = -dev
OTTER_VERSION_CONTEXT = " beta 4"

isEmpty(PREFIX): PREFIX = /usr/local

Expand Down

0 comments on commit 869d29d

Please sign in to comment.