summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-12-13 02:30:27 +0100
committerChristian Pointner <equinox@spreadspace.org>2015-12-13 02:30:27 +0100
commitdd94a3dde080f27c33721e68e9cd0fb754cdd4c8 (patch)
tree148285a3d986575aea58d1c27590c1d3e02e254a
parentupgraded to acmetool 0.0.21 (diff)
new upstream release
-rwxr-xr-xbootstrap.sh2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 3732c33..d1f8a5b 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-VERSION=0.0.21
+VERSION=0.0.22
echo -n "Fetching release tarballs ... "
for arch in amd64:amd64 386:i386 arm:armhf arm64:arm64; do
diff --git a/debian/changelog b/debian/changelog
index 13f6fc2..11f5e55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+acmetool (0.0.22-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Christian Pointner <equinox@spreadspace.org> Sun, 13 Dec 2015 02:28:02 +0100
+
acmetool (0.0.21-1) unstable; urgency=medium
* enabled arm64 since upstream now ships binaries for this arch too