Skip to content

Commit

Permalink
Bump version number for new development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed Jan 1, 2014
1 parent 45f02ef commit 36184a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.1.01 (01.01.2014):
- added dedicated context menu for media content (AUIDIO and VIDEO tags);
- added dedicated context menu for media content (AUDIO and VIDEO tags);
- added global history with manager;
- added dialog to clear history (browsing, cookies, caches etc.);
- added cache viewer (about:cache);
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 2.8.11)
project(otter-browser)

set(MAJOR_VERSION "0")
set(MINOR_VERSION "1")
set(PATCH_VERSION "01")
set(MINOR_VERSION "2")
set(PATCH_VERSION "01-dev")

if (EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
include(InstallRequiredSystemLibraries)
Expand Down
2 changes: 1 addition & 1 deletion src/core/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv),
m_localServer(NULL)
{
setApplicationName(QLatin1String("Otter"));
setApplicationVersion(QLatin1String("0.1.01"));
setApplicationVersion(QLatin1String("0.2.01-dev"));

m_instance = this;

Expand Down

0 comments on commit 36184a6

Please sign in to comment.