Change version and displayed version

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4280 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2015-12-01 16:26:43 +00:00
parent 1f55fbdaa8
commit 7f8a0896a2
2 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ QWidget *AboutQET::title() const {
QLabel *icon = new QLabel(); QLabel *icon = new QLabel();
icon -> setPixmap(QET::Icons::QETOxygenLogo.pixmap(48, 48)); icon -> setPixmap(QET::Icons::QETOxygenLogo.pixmap(48, 48));
// label "QElectroTech" // 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 : "); QString compilation_info = "<br />" + tr("Compilation : ");
#ifdef __GNUC__ #ifdef __GNUC__
compilation_info += " GCC " + QString(__VERSION__); compilation_info += " GCC " + QString(__VERSION__);

View File

@@ -25,9 +25,9 @@
*/ */
namespace QET { namespace QET {
/// QElectroTech version (as string, used to mark projects and elements XML documents) /// 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 /// QElectroTech displayed version
const QString displayedVersion = "0.5"; const QString displayedVersion = "0.5.1-dev";
QString license(); QString license();
/// Oriented movements /// Oriented movements