[qet] [2788] Update splash.png and displayedVersion |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2788
Author: scorpio810
Date: 2014-01-29 05:45:12 +0100 (Wed, 29 Jan 2014)
Log Message:
-----------
Update splash.png and displayedVersion
Modified Paths:
--------------
trunk/ico/splash.png
trunk/sources/qet.h
Modified: trunk/ico/splash.png
===================================================================
(Binary files differ)
Modified: trunk/sources/qet.h
===================================================================
--- trunk/sources/qet.h 2014-01-28 21:24:54 UTC (rev 2787)
+++ trunk/sources/qet.h 2014-01-29 04:45:12 UTC (rev 2788)
@@ -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-dev";
/// QElectroTech displayed version
- const QString displayedVersion = "0.3";
+ const QString displayedVersion = "0.4-dev";
QString license();
/// Orientation (used for electrical elements and their terminals)
enum Orientation {North, East, South, West};