prepare to tag 0.3 release

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2563 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2013-09-28 10:49:55 +00:00
parent d314ed68c6
commit fd3f91e11a
26 changed files with 1336 additions and 1328 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.3rc";
const QString displayedVersion = "0.3";
QString license();
/// Orientation (used for electrical elements and their terminals)
enum Orientation {North, East, South, West};