From 0047e0b1ecfceb041348579119bf79b73a322a3a Mon Sep 17 00:00:00 2001 From: Olli Date: Sun, 29 Mar 2026 13:09:52 +0300 Subject: [PATCH] Bump version to 2.4.1 Signed-off-by: Olli --- CMakeLists.txt | 2 +- README.html | 7 ++++++- include/SoundTouch.h | 4 ++-- readme.md | 3 ++- source/SoundTouchDLL/SoundTouchDLL.rc | 4 ++-- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3047b93..4fdc88f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(SoundTouch VERSION 2.4.0 LANGUAGES CXX) +project(SoundTouch VERSION 2.4.1 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) include(GNUInstallDirs) diff --git a/README.html b/README.html index edff714..2f33d04 100644 --- a/README.html +++ b/README.html @@ -608,8 +608,12 @@

5. Change History

5.1. SoundTouch library Change History

-

2.4.0:

+

2.4.1:

+

2.4.0:

+

Moral greetings to all other contributors and users also!


diff --git a/include/SoundTouch.h b/include/SoundTouch.h index 22bf2ec..3b197a1 100644 --- a/include/SoundTouch.h +++ b/include/SoundTouch.h @@ -72,10 +72,10 @@ namespace soundtouch { /// Soundtouch library version string -#define SOUNDTOUCH_VERSION "2.4.0" +#define SOUNDTOUCH_VERSION "2.4.1" /// SoundTouch library version id -#define SOUNDTOUCH_VERSION_ID (20400) +#define SOUNDTOUCH_VERSION_ID (20401) // // Available setting IDs for the 'setSetting' & 'get_setting' functions: diff --git a/readme.md b/readme.md index 52c5de8..f483c2b 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ Visit [SoundTouch website](https://www.surina.net/soundtouch) and see the [READM ## Version -**The latest stable release in Git is 2.4.0** +**The latest stable release in Git is 2.4.1** See the [README file for change history](https://soundtouch.surina.net/README.html#changehistory) @@ -46,6 +46,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.4.1.tar.gz * https://www.surina.net/soundtouch/soundtouch-2.4.0.tar.gz * https://www.surina.net/soundtouch/soundtouch-2.3.3.tar.gz * https://www.surina.net/soundtouch/soundtouch-2.3.2.tar.gz diff --git a/source/SoundTouchDLL/SoundTouchDLL.rc b/source/SoundTouchDLL/SoundTouchDLL.rc index ba0e6d9..51a65cd 100644 --- a/source/SoundTouchDLL/SoundTouchDLL.rc +++ b/source/SoundTouchDLL/SoundTouchDLL.rc @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "Comments", "SoundTouch Library licensed for 3rd party applications subject to LGPL license v2.1. Visit http://www.surina.net/soundtouch for more information about the SoundTouch library." VALUE "FileDescription", "SoundTouch Dynamic Link Library" - VALUE "FileVersion", "2.4.0.0" + VALUE "FileVersion", "2.4.1.0" VALUE "InternalName", "SoundTouch" VALUE "LegalCopyright", "Copyright (C) Olli Parviainen" VALUE "OriginalFilename", "SoundTouch.dll" VALUE "ProductName", " SoundTouch Dynamic Link Library" - VALUE "ProductVersion", "2.4.0.0" + VALUE "ProductVersion", "2.4.1.0" END END BLOCK "VarFileInfo"