version update 0.3 for next release...

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2070 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
cfdev
2013-03-23 20:55:02 +00:00
parent 7c9e8b61bb
commit b172b047fd
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ namespace QET {
/// QElectroTech version (as string, used to mark projects and elements XML documents)
const QString version = "0.3";
/// QElectroTech displayed version
const QString displayedVersion = "0.3a";
const QString displayedVersion = "0.3";
QString license();
/// Orientation (used for electrical elements and their terminals)
enum Orientation {North, East, South, West};