Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 536 → Rev 537

/QMK-Groundstation/trunk/global.h
58,7 → 58,7
#endif
 
static const QString QA_NAME = "QMK-Groundstation";
static const QString QA_VERSION_NR = "0.8.15";
static const QString QA_VERSION_NR = "1.0.0";
 
#ifdef _BETA_
static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";
83,7 → 83,7
#endif
 
 
static const QString QA_DATE = "09.07.2009";
static const QString QA_DATE = "19.07.2009";
static const QString QA_YEAR = "2008-2009";
static const QString QA_AUTHOR = "Manuel Schrape";
static const QString QA_EMAIL = "manuel.schrape@gmx.de";