From 1f23f9cb2e3add4a6717f7a2949b7135f2239f42 Mon Sep 17 00:00:00 2001 From: lm Date: Sat, 13 Aug 2011 09:29:14 +0200 Subject: [PATCH] Adjusted release version --- src/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configuration.h b/src/configuration.h index 59ef6a327..ca911ebeb 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -12,14 +12,14 @@ #define WITH_TEXT_TO_SPEECH 1 #define QGC_APPLICATION_NAME "QGroundControl" -#define QGC_APPLICATION_VERSION "v. 0.9.0 (Alpha RC1)" +#define QGC_APPLICATION_VERSION "v. 1.0.0 (Alpha RC1)" namespace QGC { const QString APPNAME = "QGROUNDCONTROL"; const QString COMPANYNAME = "QGROUNDCONTROL"; -const int APPLICATIONVERSION = 90; // 0.9.0 +const int APPLICATIONVERSION = 100; // 1.0.0 } #endif // QGC_CONFIGURATION_H -- 2.22.0