Commit 8e9dd2f7 authored by Don Gagne's avatar Don Gagne

Merge pull request #1686 from DonLakeFlyer/Dev2.6

Moving to Dev 2.6
parents dc54af4e 2f3ebda8
......@@ -19,7 +19,7 @@
#define QGC_ORG_DOMAIN "org.qgroundcontrol"
#define QGC_APPLICATION_VERSION_MAJOR 2
#define QGC_APPLICATION_VERSION_MINOR 5
#define QGC_APPLICATION_VERSION_MINOR 6
// The following #definess can be overriden from the command line so that automated build systems can
// add additional build identification.
......@@ -28,11 +28,11 @@
//#define QGC_APPLICATION_VERSION_COMMIT "..."
#ifndef QGC_APPLICATION_VERSION_BUILDNUMBER
#define QGC_APPLICATION_VERSION_BUILDNUMBER 2
#define QGC_APPLICATION_VERSION_BUILDNUMBER 0
#endif
#ifndef QGC_APPLICATION_VERSION_BUILDTYPE
#define QGC_APPLICATION_VERSION_BUILDTYPE "(Stable)"
#define QGC_APPLICATION_VERSION_BUILDTYPE "(Development)"
#endif
#endif // QGC_CONFIGURATION_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment