Skip to content

Commit

Permalink
Start new development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed Jun 1, 2015
1 parent 2b5c4fe commit 9107513
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Expand Up @@ -12,9 +12,9 @@ project(otter-browser)

set(MAJOR_VERSION "0")
set(MINOR_VERSION "9")
set(PATCH_VERSION "06")
set(OTTER_VERSION_MAIN "0.9.06")
set(OTTER_VERSION_CONTEXT " beta 6")
set(PATCH_VERSION "07")
set(OTTER_VERSION_MAIN "0.9.07")
set(OTTER_VERSION_CONTEXT "-dev")

if (EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
include(InstallRequiredSystemLibraries)
Expand Down
8 changes: 4 additions & 4 deletions otter-browser.rc
Expand Up @@ -4,21 +4,21 @@ IDI_ICON1 ICON DISCARDABLE "resources/icons/otter-browser.ico"
IDI_ICON2 ICON DISCARDABLE "resources/icons/otter-browser-file-type.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,0,6
PRODUCTVERSION 0,9,0,6
FILEVERSION 0,9,0,7
PRODUCTVERSION 0,9,0,7
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Otter Browser Team"
VALUE "FileDescription", "Otter Browser"
VALUE "FileVersion", "0.9.06"
VALUE "FileVersion", "0.9.07"
VALUE "InternalName", "otter-browser"
VALUE "LegalCopyright", "Copyright (C) 2013-2015 Michal Dutkiewicz"
VALUE "OriginalFilename", "otter-browser.exe"
VALUE "ProductName", "Otter Browser"
VALUE "ProductVersion", "0.9.06"
VALUE "ProductVersion", "0.9.07"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions otter.pro
Expand Up @@ -18,8 +18,8 @@ win32: INCLUDEPATH += .\
unix: INCLUDEPATH += ./
unix: QT += dbus

OTTER_VERSION_MAIN = 0.9.06
OTTER_VERSION_CONTEXT = " beta 6"
OTTER_VERSION_MAIN = 0.9.07
OTTER_VERSION_CONTEXT = -dev

isEmpty(PREFIX): PREFIX = /usr/local

Expand Down
2 changes: 1 addition & 1 deletion packaging/otter-browser.iss
@@ -1,5 +1,5 @@
#define MyAppName "Otter Browser"
#define MyAppVersion "0.9.06-dev"
#define MyAppVersion "0.9.07-dev"
#define MyAppURL "http://otter-browser.org/"
#define MyAppExeName "otter-browser.exe"
#define MyAppIdentifier "OtterBrowser"
Expand Down

0 comments on commit 9107513

Please sign in to comment.