[qet] [4280] Change version and displayed version |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4280
Author: scorpio810
Date: 2015-12-01 17:26:43 +0100 (Tue, 01 Dec 2015)
Log Message:
-----------
Change version and displayed version
Modified Paths:
--------------
trunk/sources/aboutqet.cpp
trunk/sources/qet.h
Modified: trunk/sources/aboutqet.cpp
===================================================================
--- trunk/sources/aboutqet.cpp 2015-12-01 16:17:06 UTC (rev 4279)
+++ trunk/sources/aboutqet.cpp 2015-12-01 16:26:43 UTC (rev 4280)
@@ -72,7 +72,7 @@
QLabel *icon = new QLabel();
icon -> setPixmap(QET::Icons::QETOxygenLogo.pixmap(48, 48));
// label "QElectroTech"
- QLabel *title = new QLabel("<span style=\"font-weight:0;font-size:16pt;\">QElectroTech v" + QET::displayedVersion + "</span>");
+ QLabel *title = new QLabel("<span style=\"font-weight:0;font-size:16pt;\">QElectroTech V " + QET::displayedVersion + "</span>");
QString compilation_info = "<br />" + tr("Compilation : ");
#ifdef __GNUC__
compilation_info += " GCC " + QString(__VERSION__);
Modified: trunk/sources/qet.h
===================================================================
--- trunk/sources/qet.h 2015-12-01 16:17:06 UTC (rev 4279)
+++ trunk/sources/qet.h 2015-12-01 16:26:43 UTC (rev 4280)
@@ -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