diff --git a/README.html b/README.html
index 91ddc27..e48003c 100644
--- a/README.html
+++ b/README.html
@@ -15,7 +15,7 @@
-SoundTouch audio processing library v1.7.0
+SoundTouch audio processing library v1.7.1
SoundTouch library Copyright © Olli Parviainen 2001-2012
1. Introduction
@@ -145,12 +145,12 @@ sstrip SoundTouch.dll
2.1. Building in Android
-Android compilation instructions are provided in a separate file included in the
- source code package, see "source/Android-lib/README-SoundTouch-Android.html".
+Android compilation instructions are within the
+ source code package, see file "source/Android-lib/README-SoundTouch-Android.html"
+ in the package.
-3. About implementation & Usage tips/h2>
-3.1. Supported sample data formats
+3. About implementation & Usage tips 3.1. Supported sample data formats
The sample data format can be chosen between 16bit signed integer
and 32bit floating point values, the default is 32bit floating point.
In Windows environment, the sample data format is chosen in file
@@ -513,9 +513,9 @@ and estimates the BPM rate:
5. Change History
55.1. SoundTouch library Change History
-1.7.0+development:
+11.7.1:
- - Added example files for Android compilation
+ - Added example files for Android compilation /li>
1.7.0:
diff --git a/include/SoundTouch.h b/include/SoundTouch.h
index 3e4dbb8..b54bc39 100644
--- a/include/SoundTouch.h
+++ b/include/SoundTouch.h
@@ -79,10 +79,10 @@ namespace soundtouch
{
/// Soundtouch library version string
-#define SOUNDTOUCH_VERSION "1.7.0"
+#define SOUNDTOUCH_VERSION "1.7.1"
/// SoundTouch library version id
-#define SOUNDTOUCH_VERSION_ID (10700)
+#define SOUNDTOUCH_VERSION_ID (10701)
//
// Available setting IDs for the 'setSetting' & 'get_setting' functions: