[qet] [2070] version update 0.3 for next release... |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2070
Author: cfdev
Date: 2013-03-23 21:55:02 +0100 (Sat, 23 Mar 2013)
Log Message:
-----------
version update 0.3 for next release...
Modified Paths:
--------------
trunk/packaging/windows/QET.nsi
trunk/sources/qet.h
Modified: trunk/packaging/windows/QET.nsi
===================================================================
--- trunk/packaging/windows/QET.nsi 2013-03-23 17:04:26 UTC (rev 2069)
+++ trunk/packaging/windows/QET.nsi 2013-03-23 20:55:02 UTC (rev 2070)
@@ -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"
Modified: trunk/sources/qet.h
===================================================================
--- trunk/sources/qet.h 2013-03-23 17:04:26 UTC (rev 2069)
+++ trunk/sources/qet.h 2013-03-23 20:55:02 UTC (rev 2070)
@@ -26,7 +26,7 @@
/// 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};