Skip to content

Commit

Permalink
versions bump for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Sep 22, 2015
1 parent 05e034c commit 69e15af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 2
VERSION_PATCH = 3
VERSION_BUILD = 0

PUBLISH_ARTIFACT_ID = 'dronekit-android'
Expand Down
2 changes: 1 addition & 1 deletion ClientLib/src/main/res/values/version.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="core_lib_version">20502</integer>
<integer name="core_lib_version">20503</integer>
</resources>
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 = 1
def versionBuild = 0 //bump for dogfood builds, public betas, etc.
def versionBuild = 1 //bump for dogfood builds, public betas, etc.
def versionPrefix = "3DR Services v"

//Log levels values
Expand Down

0 comments on commit 69e15af

Please sign in to comment.