[qet] [2559] update version 0.4 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2559
Author: cfdev
Date: 2013-09-27 22:28:51 +0200 (Fri, 27 Sep 2013)
Log Message:
-----------
update version 0.4
Modified Paths:
--------------
branches/0.4/sources/qet.h
Modified: branches/0.4/sources/qet.h
===================================================================
--- branches/0.4/sources/qet.h 2013-09-26 09:27:55 UTC (rev 2558)
+++ branches/0.4/sources/qet.h 2013-09-27 20:28:51 UTC (rev 2559)
@@ -24,9 +24,9 @@
*/
namespace QET {
/// QElectroTech version (as string, used to mark projects and elements XML documents)
- const QString version = "0.3";
+ const QString version = "0.4";
/// QElectroTech displayed version
- const QString displayedVersion = "0.3b";
+ const QString displayedVersion = "0.4 dev";
QString license();
/// Orientation (used for electrical elements and their terminals)
enum Orientation {North, East, South, West};