From 84c108a4518a0af7284acf7f95fa85fd31a0701d Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Mon, 25 May 2015 20:46:15 -0700 Subject: [PATCH] Switch to Development 2.5 --- src/QGCConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/QGCConfig.h b/src/QGCConfig.h index f6d846d..bf6f0e7 100644 --- a/src/QGCConfig.h +++ b/src/QGCConfig.h @@ -19,7 +19,7 @@ #define QGC_ORG_DOMAIN "org.qgroundcontrol" #define QGC_APPLICATION_VERSION_MAJOR 2 -#define QGC_APPLICATION_VERSION_MINOR 4 +#define QGC_APPLICATION_VERSION_MINOR 5 // The following #definess can be overriden from the command line so that automated build systems can // add additional build identification. @@ -32,7 +32,7 @@ #endif #ifndef QGC_APPLICATION_VERSION_BUILDTYPE -#define QGC_APPLICATION_VERSION_BUILDTYPE "(Stable)" +#define QGC_APPLICATION_VERSION_BUILDTYPE "(Development)" #endif #endif // QGC_CONFIGURATION_H