This commit is contained in:
Brennen Bearnes 2015-06-08 16:20:41 -06:00
parent 2b444a88b6
commit 70b9ef1b09
2 changed files with 7 additions and 1 deletions

View file

@ -9,7 +9,7 @@
set -e
function print_version() {
echo "Adafruit Pi External Root Helper v0.0.1"
echo "Adafruit Pi External Root Helper v0.1.0"
exit 1
}

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
adafruit-pi-externalroot-helper (0.1.0-1) unstable; urgency=medium
* Fix hardcoded target drive in gdisk call.
-- Brennen Bearnes <bbearnes@gmail.com> Mon, 08 Jun 2015 16:19:01 -0600
adafruit-pi-externalroot-helper (0.0.1-1) unstable; urgency=low
* First pass at helper script.