Skip to content

Commit

Permalink
Merge pull request #392 from dronekit/release-1.5.3-beta3
Browse files Browse the repository at this point in the history
Release 1.5.3 beta 3
  • Loading branch information
m4gr3d committed Apr 4, 2016
2 parents d7be13f + d249da7 commit 820e4e6
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 @@ -4,7 +4,7 @@ ext {
VERSION_MAJOR = 2
VERSION_MINOR = 9
VERSION_PATCH = 0
VERSION_SUFFIX = "alpha4"
VERSION_SUFFIX = "alpha5"

PUBLISH_ARTIFACT_ID = 'dronekit-android'
PUBLISH_VERSION = generateVersionName("", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH, VERSION_SUFFIX)
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">20900</integer>
<integer name="core_lib_version">20905</integer>
</resources>
2 changes: 1 addition & 1 deletion ServiceApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
def versionMajor = 1
def versionMinor = 5
def versionPatch = 3
def versionBuild = 2 //bump for dogfood builds, public betas, etc.
def versionBuild = 3 //bump for dogfood builds, public betas, etc.
def versionPrefix = "3DR Services v"

//Log levels values
Expand Down

0 comments on commit 820e4e6

Please sign in to comment.