Skip to content

Commit

Permalink
Merge pull request mavlink#1680 from DonLakeFlyer/Stable2.5.1
Browse files Browse the repository at this point in the history
Switch to Stable 2.5.1
  • Loading branch information
DonLakeFlyer committed Jun 25, 2015
2 parents 71a4352 + ebf16a2 commit 6215d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/QGCConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define QGC_ORG_DOMAIN "org.qgroundcontrol"

#define QGC_APPLICATION_VERSION_MAJOR 2
#define QGC_APPLICATION_VERSION_MINOR 6
#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.
Expand All @@ -28,11 +28,11 @@
//#define QGC_APPLICATION_VERSION_COMMIT "..."

#ifndef QGC_APPLICATION_VERSION_BUILDNUMBER
#define QGC_APPLICATION_VERSION_BUILDNUMBER 0
#define QGC_APPLICATION_VERSION_BUILDNUMBER 1
#endif

#ifndef QGC_APPLICATION_VERSION_BUILDTYPE
#define QGC_APPLICATION_VERSION_BUILDTYPE "(Development)"
#define QGC_APPLICATION_VERSION_BUILDTYPE "(Stable)"
#endif

#endif // QGC_CONFIGURATION_H

0 comments on commit 6215d73

Please sign in to comment.