From b172b047fdbd6a9c7eae2853a0783bfd8870a55c Mon Sep 17 00:00:00 2001 From: cfdev Date: Sat, 23 Mar 2013 20:55:02 +0000 Subject: [PATCH] version update 0.3 for next release... git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2070 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- packaging/windows/QET.nsi | 2 +- sources/qet.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/windows/QET.nsi b/packaging/windows/QET.nsi index 8183200fa..c8ece7354 100644 --- a/packaging/windows/QET.nsi +++ b/packaging/windows/QET.nsi @@ -12,7 +12,7 @@ ;General ; General Product Description Definitions !define SOFT_NAME "QElectroTech" - !define SOFT_VERSION "svn" + !define SOFT_VERSION "0.3" !define SOFT_WEB_SITE "http://qelectrotech.org/" !define SOFT_BUILD "1" diff --git a/sources/qet.h b/sources/qet.h index 0ab044c77..45de98934 100644 --- a/sources/qet.h +++ b/sources/qet.h @@ -26,7 +26,7 @@ namespace QET { /// QElectroTech version (as string, used to mark projects and elements XML documents) const QString version = "0.3"; /// QElectroTech displayed version - const QString displayedVersion = "0.3a"; + const QString displayedVersion = "0.3"; QString license(); /// Orientation (used for electrical elements and their terminals) enum Orientation {North, East, South, West};