Engauge Digitizer
2
Loading...
Searching...
No Matches
util
Version.cpp
Go to the documentation of this file.
1
/******************************************************************************************************
2
* (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3
* under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4
* LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5
******************************************************************************************************/
6
7
#include "
Version.h
"
8
9
// Every jump in the major version number will need:
10
// 1) changes to Document class
11
// 2) at least one version-specific test case in the test subdirectory
12
// 3) at least one period in the version number (e.g. 13.0 versus 13)
13
const
char
*
VERSION_NUMBER
=
"12.9"
;
14
15
QString
engaugeWindowTitle
()
16
{
17
QString str = QString (
"Engauge - %1"
).arg (
VERSION_NUMBER
);
18
19
return
str;
20
}
engaugeWindowTitle
QString engaugeWindowTitle()
Text for title bars of dialogs.
Definition
Version.cpp:15
VERSION_NUMBER
const char * VERSION_NUMBER
Definition
Version.cpp:13
Version.h
Generated on
for Engauge Digitizer by
1.14.0