Skip to content

Commit

Permalink
version bump for release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Nov 14, 2015
1 parent e4a82d3 commit e2cf6dc
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 = 6
VERSION_PATCH = 9
VERSION_SUFFIX = "alpha3"
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 = 4
def versionPatch = 4
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 e2cf6dc

Please sign in to comment.