From 7f8a0896a20233228adc22b33eeec688d11d4d3e Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Tue, 1 Dec 2015 16:26:43 +0000 Subject: [PATCH] Change version and displayed version git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4280 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/aboutqet.cpp | 2 +- sources/qet.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/aboutqet.cpp b/sources/aboutqet.cpp index b7d7df04b..e28a1c702 100644 --- a/sources/aboutqet.cpp +++ b/sources/aboutqet.cpp @@ -72,7 +72,7 @@ QWidget *AboutQET::title() const { QLabel *icon = new QLabel(); icon -> setPixmap(QET::Icons::QETOxygenLogo.pixmap(48, 48)); // label "QElectroTech" - QLabel *title = new QLabel("QElectroTech v" + QET::displayedVersion + ""); + QLabel *title = new QLabel("QElectroTech V " + QET::displayedVersion + ""); QString compilation_info = "
" + tr("Compilation : "); #ifdef __GNUC__ compilation_info += " GCC " + QString(__VERSION__); diff --git a/sources/qet.h b/sources/qet.h index 179ed1735..3d8ca380c 100644 --- a/sources/qet.h +++ b/sources/qet.h @@ -25,9 +25,9 @@ */ namespace QET { /// QElectroTech version (as string, used to mark projects and elements XML documents) - const QString version = "0.5"; + const QString version = "0.5.1"; /// QElectroTech displayed version - const QString displayedVersion = "0.5"; + const QString displayedVersion = "0.5.1-dev"; QString license(); /// Oriented movements