Engauge Digitizer 2
Loading...
Searching...
No Matches
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
12const char *VERSION_NUMBER = "12.1";
13
15{
16 QString str = QString ("Engauge - %1").arg (VERSION_NUMBER);
17
18 return str;
19}
const int INNER_RADIUS_MIN
QString engaugeWindowTitle()
Text for title bars of dialogs.
Definition Version.cpp:14
const char * VERSION_NUMBER
Definition Version.cpp:12