Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed Aug 1, 2014
1 parent ee7cb67 commit f33f3ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.9.02 (--.--.2014):
0.9.02 (01.08.2014):
- added initial support for content blocking (Adblock Plus compatible);
- added Opera and HTML (Netscape) bookmarks import;
- added rocker navigation;
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 "02")
set(OTTER_VERSION_MAIN "0.9.02")
set(OTTER_VERSION_CONTEXT "-dev")
set(OTTER_VERSION_CONTEXT " beta 2")

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

OTTER_VERSION_MAIN = 0.9.02
OTTER_VERSION_CONTEXT = -dev
OTTER_VERSION_CONTEXT = " beta 2"

isEmpty(PREFIX): PREFIX = /usr/local

Expand Down

0 comments on commit f33f3ae

Please sign in to comment.