Skip to content

Commit

Permalink
version bump for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Sep 11, 2015
1 parent 454113c commit 5e83a4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ClientLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
VERSION_MAJOR = 2
VERSION_MINOR = 6
VERSION_PATCH = 0
VERSION_PATCH = 1
VERSION_BUILD = 0

PUBLISH_ARTIFACT_ID = 'dronekit-android'
Expand Down
6 changes: 3 additions & 3 deletions ServiceApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ dependencies {

//Decomposed version name and code (https://plus.google.com/+JakeWharton/posts/6f5TcVPRZij)
def versionMajor = 1
def versionMinor = 3
def versionPatch = 4
def versionBuild = 2 //bump for dogfood builds, public betas, etc.
def versionMinor = 4
def versionPatch = 0
def versionBuild = 0 //bump for dogfood builds, public betas, etc.
def versionPrefix = "3DR Services v"

//Log levels values
Expand Down

0 comments on commit 5e83a4f

Please sign in to comment.