Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed May 1, 2014
1 parent 1612660 commit 50d7df3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
0.5.01 (--.--.2014):
0.5.01 (01.05.2014):
- added startup / crash recovery dialog;
- implemented "Reload Image" action;
- improved handling of bookmarklets;
- some other fixes and minor improvements.

0.4.01 (01.04.2014):
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(otter-browser)

set(MAJOR_VERSION "0")
set(MINOR_VERSION "5")
set(PATCH_VERSION "01-dev")
set(PATCH_VERSION "01")

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 @@ -50,7 +50,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv),
m_localServer(NULL)
{
setApplicationName(QLatin1String("Otter"));
setApplicationVersion(QLatin1String("0.5.01-dev"));
setApplicationVersion(QLatin1String("0.5.01"));

m_instance = this;

Expand Down

0 comments on commit 50d7df3

Please sign in to comment.