From 2f004c271f7ee0013dba62b72bf177865f67776a Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Tue, 1 Dec 2020 15:45:48 +0100 Subject: [PATCH] Update displayed version to release candidate --- sources/qet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/qet.h b/sources/qet.h index 43254aeef..0239d9096 100644 --- a/sources/qet.h +++ b/sources/qet.h @@ -31,7 +31,7 @@ namespace QET { /// QElectroTech version (as string, used to mark projects and elements XML documents) const QString version = "0.80"; /// QElectroTech displayed version - const QString displayedVersion = "0.80-DEV"; + const QString displayedVersion = "0.80-rc"; QString license(); //Describe the current state of a graphic item