diff --git a/packaging/windows/QET.nsi b/packaging/windows/QET.nsi index 8183200fa..c8ece7354 100644 --- a/packaging/windows/QET.nsi +++ b/packaging/windows/QET.nsi @@ -12,7 +12,7 @@ ;General ; General Product Description Definitions !define SOFT_NAME "QElectroTech" - !define SOFT_VERSION "svn" + !define SOFT_VERSION "0.3" !define SOFT_WEB_SITE "http://qelectrotech.org/" !define SOFT_BUILD "1" diff --git a/sources/qet.h b/sources/qet.h index 0ab044c77..45de98934 100644 --- a/sources/qet.h +++ b/sources/qet.h @@ -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};