From 3467c09c1ec9a11d5715b9b4970e912e86586c56 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sun, 21 Feb 2021 11:00:42 +0100 Subject: [PATCH] Change displayedVersion = "0.90-DEV" --- sources/qet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/qet.h b/sources/qet.h index 524f78ab1..36929b2a4 100644 --- a/sources/qet.h +++ b/sources/qet.h @@ -29,9 +29,9 @@ class QActionGroup; */ namespace QET { /// 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 - const QString displayedVersion = "0.80"; + const QString displayedVersion = "0.90-DEV"; QString license(); //Describe the current state of a graphic item