Change displayedVersion = "0.90-DEV"

This commit is contained in:
Laurent Trinques
2021-02-21 11:00:42 +01:00
parent 664537c178
commit 3467c09c1e

View File

@@ -29,9 +29,9 @@ class QActionGroup;
*/ */
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.80"; const QString version = "0.90";
/// QElectroTech displayed version /// QElectroTech displayed version
const QString displayedVersion = "0.80"; const QString displayedVersion = "0.90-DEV";
QString license(); QString license();
//Describe the current state of a graphic item //Describe the current state of a graphic item