diff --git a/include/mpg123/OpenMPT.txt b/include/mpg123/OpenMPT.txt index 87941e193bf..e8bb5d9e1d6 100644 --- a/include/mpg123/OpenMPT.txt +++ b/include/mpg123/OpenMPT.txt @@ -1,4 +1,4 @@ -libmpg123 library version 1.32.8-dev+r5433 (2024-10-24). +libmpg123 library version 1.32.8 (2024-10-26). The following changes have been made: * `ports/makefile/config.h` has been added for plain `Makefile` builds. * `ports/MSVC++/config.h` has been added for MSVC builds. diff --git a/include/mpg123/src/version.h b/include/mpg123/src/version.h index 12046a8895f..e5c8a66f675 100644 --- a/include/mpg123/src/version.h +++ b/include/mpg123/src/version.h @@ -19,7 +19,7 @@ #define MPG123_PATCH 8 // Don't get too wild with that to avoid confusing m4. No brackets. // Also, it should fit well into a sane file name for the tarball. -#define MPG123_SUFFIX "-dev" +#define MPG123_SUFFIX "" #define MPG123_VERSION_CAT_REALLY(a, b, c) #a "." #b "." #c #define MPG123_VERSION_CAT(a, b, c) MPG123_VERSION_CAT_REALLY(a, b, c)