[qet] [1829] Modified displayedVersion and splash screen to prepare 0.3a tag |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 1829
Author: xavier
Date: 2012-05-13 01:24:20 +0200 (Sun, 13 May 2012)
Log Message:
-----------
Modified displayedVersion and splash screen to prepare 0.3a tag
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 2012-05-12 23:24:19 UTC (rev 1828)
+++ trunk/sources/qet.h 2012-05-12 23:24:20 UTC (rev 1829)
@@ -27,7 +27,7 @@
/// version de QElectroTech (utilisee pour estampiller les projets et elements)
const QString version = "0.3";
/// version affichee de QElectroTech
- const QString displayedVersion = "0.3";
+ const QString displayedVersion = "0.3a";
QString license();
/// Orientation (utilise pour les bornes mais aussi pour les elements)
enum Orientation {North, East, South, West};