mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 06:20:53 +01:00
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:
@@ -12,7 +12,7 @@
|
|||||||
;General
|
;General
|
||||||
; General Product Description Definitions
|
; General Product Description Definitions
|
||||||
!define SOFT_NAME "QElectroTech"
|
!define SOFT_NAME "QElectroTech"
|
||||||
!define SOFT_VERSION "svn"
|
!define SOFT_VERSION "0.3"
|
||||||
!define SOFT_WEB_SITE "http://qelectrotech.org/"
|
!define SOFT_WEB_SITE "http://qelectrotech.org/"
|
||||||
!define SOFT_BUILD "1"
|
!define SOFT_BUILD "1"
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ 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.3";
|
||||||
/// QElectroTech displayed version
|
/// QElectroTech displayed version
|
||||||
const QString displayedVersion = "0.3a";
|
const QString displayedVersion = "0.3";
|
||||||
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};
|
||||||
|
|||||||
Reference in New Issue
Block a user