Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed Nov 1, 2014
1 parent 2275ad1 commit cc6c9a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
0.9.03 (--.--.2014):
0.9.03 (01.11.2014):
- initial version of sidebar;
- added possibility to set Otter Browser as default under Windows;
- added initial versions of Website Preferences and Quick Preferences (F12);
- added Trash to Bookmarks Manager;
- added Ctrl+Tab tabs switching;
- added option to set user style sheet;
- added tray icon;
- allow to customize menu bar (JSON file);
- various minor fixes and improvements.
Expand Down
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 "03")
set(OTTER_VERSION_MAIN "0.9.03")
set(OTTER_VERSION_CONTEXT "-dev")
set(OTTER_VERSION_CONTEXT " beta 3")

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.03
OTTER_VERSION_CONTEXT = -dev
OTTER_VERSION_CONTEXT = " beta 3"

isEmpty(PREFIX): PREFIX = /usr/local

Expand Down

0 comments on commit cc6c9a7

Please sign in to comment.