From 6468063c3069dc803cd21e1cd0e8ce36757718b6 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sun, 21 Jul 2019 15:00:07 +0200 Subject: [PATCH] Change Version and displayedVersion update Doxyfile --- Doxyfile | 4 ++-- sources/qet.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index 08151cac4..07f5b8965 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = QElectroTech # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.3a +PROJECT_NUMBER = 0.70 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -124,7 +124,7 @@ FULL_PATH_NAMES = NO # If left blank the directory from which doxygen is run is used as the # path to strip. -STRIP_FROM_PATH = /home/xavier/projets/qet/qelectrotech/ +STRIP_FROM_PATH = /home/laurent/Qet-svn/git/qet/ # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells diff --git a/sources/qet.h b/sources/qet.h index ca82ff8a0..5b4235e11 100644 --- a/sources/qet.h +++ b/sources/qet.h @@ -27,9 +27,9 @@ class QActionGroup; */ namespace QET { /// QElectroTech version (as string, used to mark projects and elements XML documents) - const QString version = "0.70"; + const QString version = "0.80"; /// QElectroTech displayed version - const QString displayedVersion = "0.70"; + const QString displayedVersion = "0.80-DEV"; QString license(); //Describe the current state of a graphic item