Engauge Digitizer
2
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
const
char
*
VERSION_NUMBER
=
"12.1"
;
13
14
QString
engaugeWindowTitle
()
15
{
16
QString str = QString (
"Engauge - %1"
).arg (
VERSION_NUMBER
);
17
18
return
str;
19
}
engaugeWindowTitle
QString engaugeWindowTitle()
Text for title bars of dialogs.
Definition:
Version.cpp:14
Version.h
VERSION_NUMBER
const char * VERSION_NUMBER
Definition:
Version.cpp:12
Generated on Mon Mar 16 2020 02:19:20 for Engauge Digitizer by
1.8.14