mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Change Version and displayedVersion update Doxyfile
This commit is contained in:
parent
5fd3f7978d
commit
6468063c30
4
Doxyfile
4
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user