Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 234 → Rev 233

/QMK-Groundstation/trunk/global.h
56,12 → 56,8
static const int SLEEP = 500000;
 
static const QString QA_NAME = "QMK-Groundstation";
#ifdef _BETA_
static const QString QA_VERSION = "0.7.0g (BETA)";
#else
static const QString QA_VERSION = "0.7.0g";
#endif
static const QString QA_DATE = "28.01.2009";
static const QString QA_VERSION = "0.7.0";
static const QString QA_DATE = "24.01.2009";
static const QString QA_YEAR = "2008-2009";
static const QString QA_AUTHOR = "Manuel Schrape";
static const QString QA_EMAIL = "manuel.schrape@gmx.de";