From 959f088306010649448ace0d8e6ed5a64333be4b Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Fri, 19 Mar 2021 16:04:58 +0100 Subject: [PATCH] Update displayed version --- sources/qet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/qet.h b/sources/qet.h index 524f78ab1..4ae539811 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.81"; /// QElectroTech displayed version - const QString displayedVersion = "0.80"; + const QString displayedVersion = "0.81"; QString license(); //Describe the current state of a graphic item