aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Cox <waywardgeek@gmail.com>2011-04-19 07:48:39 -0400
committerBill Cox <waywardgeek@gmail.com>2011-04-19 07:48:39 -0400
commit6c6819bcbcfa4374e617938302501534325a0da8 (patch)
tree6a63e3e92c0f6925f2bb29a4bb2f70bfed1b8a4f
parent2924080506ab8148715bc6b80d504faa5c698f2f (diff)
downloadsonic-6c6819bcbcfa4374e617938302501534325a0da8.tar.gz
Removed Sonic-NDK
-rw-r--r--Makefile2
-rw-r--r--debian/changelog7
-rw-r--r--doc/Sonic-NDK.apkbin492809 -> 0 bytes
-rwxr-xr-xdoc/post3
4 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2667952..d331467 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
#CFLAGS=-Wall -g -ansi -fPIC -pthread
CFLAGS=-Wall -O2 -ansi -fPIC -pthread
-LIB_TAG=0.1.16
+LIB_TAG=0.1.17
CC=gcc
PREFIX=/usr
diff --git a/debian/changelog b/debian/changelog
index acc78ed..1e3cd5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sonic (0.1.17-1) unstable; urgency=low
+
+ * Removed Sonic-NDK, which is a binary compiled for Android from the source
+ tar-ball.
+
+ -- Bill Cox <waywardgeek@gmail.com> Tue, 19 Apr 2011 07:46:51 -0400
+
sonic (0.1.16-1) unstable; urgency=low
* Added a bit more explanation about copyrights of various files.
diff --git a/doc/Sonic-NDK.apk b/doc/Sonic-NDK.apk
deleted file mode 100644
index 1fff2d0..0000000
--- a/doc/Sonic-NDK.apk
+++ /dev/null
Binary files differ
diff --git a/doc/post b/doc/post
index 7753537..0cae7f5 100755
--- a/doc/post
+++ b/doc/post
@@ -3,8 +3,7 @@
files="index.html
../main.c
../samples/sonic.wav
-../samples/soundstretch.wav
-Sonic-NDK.apk"
+../samples/soundstretch.wav"
markdown_py index.md > index.html
if [ -f ../version ]; then