Change Version and displayedVersion update Doxyfile

This commit is contained in:
Laurent Trinques 2019-07-21 15:00:07 +02:00
parent 5fd3f7978d
commit 6468063c30
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ PROJECT_NAME = QElectroTech
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # 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) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # 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 # If left blank the directory from which doxygen is run is used as the
# path to strip. # 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 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 # the path mentioned in the documentation of a class, which tells

View File

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