Skip to content

Commit

Permalink
Promoting version number to 1.3.0 (No code changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmaphobic committed Feb 27, 2018
1 parent 99d80e2 commit bd2d4eb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions custom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## DataPilot Release Changelog

### V1.3.0 - Feb 26 2018

* Promoting version number to 1.3.0 (No code changes)

### V1.2.71 - Feb 26 2018

* Keep track of camera mode switch done by the autopilot (during missions). Needs updated camera firmware as well.
Expand Down
4 changes: 2 additions & 2 deletions custom/custom.pri
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ message("Adding Yuneec Typhoon H520 plugin")
#-- IMPORTANT: When changing these, make sure to update s3_deploy.sh and update_manifest.sh

DATA_PILOT_VER_MAJOR = 1
DATA_PILOT_VER_MINOR = 2
DATA_PILOT_VER_FIRST_BUILD = 3564
DATA_PILOT_VER_MINOR = 3
DATA_PILOT_VER_FIRST_BUILD = 3636

# Build number is automatic

Expand Down
2 changes: 1 addition & 1 deletion custom/s3_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export AWS_CREDENTIAL_FILE=/var/lib/jenkins/.aws/credentials
apk_path=/tmp/datapilot_build/release/package
prefix="DataPilot-"
suffix=".apk"
FIRST_BUILD=3564
FIRST_BUILD=3636
build=$(($(git rev-list master --first-parent --count) - $FIRST_BUILD))
filename=$(ls $apk_path | grep $prefix | grep $suffix | grep $build )

Expand Down
4 changes: 2 additions & 2 deletions custom/update_manifest.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

major=1
minor=2
first_build=3564
minor=3
first_build=3636
patch=$(($(git rev-list master --first-parent --count) - $first_build))

VERSIONCODE=$(($major*100000000))
Expand Down

0 comments on commit bd2d4eb

Please sign in to comment.