[qet] [2500] Tag version to release candidate. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2500
Author: scorpio810
Date: 2013-09-09 16:27:17 +0200 (Mon, 09 Sep 2013)
Log Message:
-----------
Tag version to release candidate.
Modified Paths:
--------------
trunk/sources/qet.h
Modified: trunk/sources/qet.h
===================================================================
--- trunk/sources/qet.h 2013-09-09 14:08:09 UTC (rev 2499)
+++ trunk/sources/qet.h 2013-09-09 14:27:17 UTC (rev 2500)
@@ -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.3b";
+ const QString displayedVersion = "0.3rc";
QString license();
/// Orientation (used for electrical elements and their terminals)
enum Orientation {North, East, South, West};