[qet] [2298] minor change in qet.h |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2298
Author: scorpio810
Date: 2013-06-19 19:42:30 +0200 (Wed, 19 Jun 2013)
Log Message:
-----------
minor change in qet.h
Modified Paths:
--------------
trunk/sources/qet.h
Modified: trunk/sources/qet.h
===================================================================
--- trunk/sources/qet.h 2013-06-19 17:39:05 UTC (rev 2297)
+++ trunk/sources/qet.h 2013-06-19 17:42:30 UTC (rev 2298)
@@ -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.3 beta";
+ const QString displayedVersion = "0.3b;
QString license();
/// Orientation (used for electrical elements and their terminals)
enum Orientation {North, East, South, West};