Update splash.png and displayedVersion

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2788 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2014-01-29 04:45:12 +00:00
parent 0bca20ffdf
commit c9c2388b9f
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

@@ -24,9 +24,9 @@
*/ */
namespace QET { namespace QET {
/// QElectroTech version (as string, used to mark projects and elements XML documents) /// 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 /// QElectroTech displayed version
const QString displayedVersion = "0.3"; const QString displayedVersion = "0.4-dev";
QString license(); QString license();
/// Orientation (used for electrical elements and their terminals) /// Orientation (used for electrical elements and their terminals)
enum Orientation {North, East, South, West}; enum Orientation {North, East, South, West};