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, 2017
1 parent 6188a2e commit 391309a
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 @@ -16,7 +16,7 @@ set(PATCH_VERSION "12")

add_definitions(-DOTTER_VERSION_MAIN="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
add_definitions(-DOTTER_VERSION_WEEKLY=" ")
add_definitions(-DOTTER_VERSION_CONTEXT="-dev")
add_definitions(-DOTTER_VERSION_CONTEXT=" beta 12")
add_definitions(-DOTTER_INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}")

if (EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
Expand Down
2 changes: 1 addition & 1 deletion otter-browser.rc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BEGIN
VALUE "FileDescription", "Otter Browser"
VALUE "FileVersion", "0.9.12"
VALUE "InternalName", "otter-browser"
VALUE "LegalCopyright", "Copyright (C) 2013-2016 Otter Browser Team"
VALUE "LegalCopyright", "Copyright (C) 2013-2017 Otter Browser Team"
VALUE "OriginalFilename", "otter-browser.exe"
VALUE "ProductName", "Otter Browser"
VALUE "ProductVersion", "0.9.12"
Expand Down

0 comments on commit 391309a

Please sign in to comment.