Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed Apr 1, 2014
1 parent a3486c4 commit c88bdef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 "4")
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 @@ -49,7 +49,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv),
m_localServer(NULL)
{
setApplicationName(QLatin1String("Otter"));
setApplicationVersion(QLatin1String("0.4.01-dev"));
setApplicationVersion(QLatin1String("0.4.01"));

m_instance = this;

Expand Down

0 comments on commit c88bdef

Please sign in to comment.