From c88bdef127657ebc64bcd632547fb46bb44bcf09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dutkiewicz?= Date: Tue, 1 Apr 2014 21:23:32 +0200 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- src/core/Application.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82b7524958..ed1fe7f1ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/src/core/Application.cpp b/src/core/Application.cpp index e22c2bdd80..4ce352ae02 100644 --- a/src/core/Application.cpp +++ b/src/core/Application.cpp @@ -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;