Browse Source

Merge pull request #1381 from DonLakeFlyer/Developer2.4

Bump to 2.4 Developer Release
QGC4.4
Don Gagne 10 years ago
parent
commit
86268aeb44
  1. 4
      src/QGCConfig.h

4
src/QGCConfig.h

@ -19,7 +19,7 @@
#define QGC_ORG_DOMAIN "org.qgroundcontrol" #define QGC_ORG_DOMAIN "org.qgroundcontrol"
#define QGC_APPLICATION_VERSION_MAJOR 2 #define QGC_APPLICATION_VERSION_MAJOR 2
#define QGC_APPLICATION_VERSION_MINOR 3 #define QGC_APPLICATION_VERSION_MINOR 4
// The following #definess can be overriden from the command line so that automated build systems can // The following #definess can be overriden from the command line so that automated build systems can
// add additional build identification. // add additional build identification.
@ -32,7 +32,7 @@
#endif #endif
#ifndef QGC_APPLICATION_VERSION_BUILDTYPE #ifndef QGC_APPLICATION_VERSION_BUILDTYPE
#define QGC_APPLICATION_VERSION_BUILDTYPE "(Stable)" #define QGC_APPLICATION_VERSION_BUILDTYPE "(Development)"
#endif #endif
#endif // QGC_CONFIGURATION_H #endif // QGC_CONFIGURATION_H

Loading…
Cancel
Save