diff --git a/README.html b/README.html
index 33ca2b5..3ce778e 100644
--- a/README.html
+++ b/README.html
@@ -15,7 +15,7 @@
- SoundTouch audio processing library v2.3.2
+ SoundTouch audio processing library v2.3.3
SoundTouch library Copyright © Olli Parviainen 2001-2024
1. Introduction
@@ -608,9 +608,14 @@
5. Change History
5.1. SoundTouch library Change History
- 2.3.2:
+ 2.3.3:
- - Improve autotools makefiles to build the `SoundTouchDLL` dynamic-link link library with
+
- Fixing compiler warnings, maintenance fixes to make/build files for various systems
+
+
+ 2.3.2:
+
+ - Improve autotools makefiles to build the `SoundTouchDLL` dynamic-link link library with
C-style API. This library variation is easier to import and use from other programming
languages than the default C++ library.
diff --git a/readme.md b/readme.md
index 2c3406c..cda1919 100644
--- a/readme.md
+++ b/readme.md
@@ -11,7 +11,7 @@ same time
Visit [SoundTouch website](https://www.surina.net/soundtouch) and see the [README file](https://www.surina.net/soundtouch/readme.html) for more information and audio examples.
-### The latest stable release is 2.3.2
+### The latest stable release is 2.3.3
## Example
@@ -40,6 +40,7 @@ The source code package includes dynamic library import modules for C#, Java and
## Tarballs
Source code release tarballs:
+* https://www.surina.net/soundtouch/soundtouch-2.3.3.tar.gz
* https://www.surina.net/soundtouch/soundtouch-2.3.2.tar.gz
* https://www.surina.net/soundtouch/soundtouch-2.3.1.tar.gz
* https://www.surina.net/soundtouch/soundtouch-2.3.0.tar.gz