Skip to content

Commit

Permalink
versions bump for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Nov 24, 2015
1 parent 1fbf500 commit d7f110b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ClientLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext {
VERSION_MAJOR = 2
VERSION_MINOR = 7
VERSION_PATCH = 0
VERSION_SUFFIX = "beta4"
VERSION_SUFFIX = "release"

PUBLISH_ARTIFACT_ID = 'dronekit-android'
PUBLISH_VERSION = generateVersionName("", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH, VERSION_SUFFIX)
Expand Down
2 changes: 1 addition & 1 deletion ServiceApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
def versionMajor = 1
def versionMinor = 5
def versionPatch = 0
def versionBuild = 3 //bump for dogfood builds, public betas, etc.
def versionBuild = 4 //bump for dogfood builds, public betas, etc.
def versionPrefix = "3DR Services v"

//Log levels values
Expand Down

0 comments on commit d7f110b

Please sign in to comment.