From f52512de9ae77683d1e68f524a5bbcb01144743c Mon Sep 17 00:00:00 2001 From: thor Date: Sat, 26 Oct 2024 15:59:41 +0000 Subject: [PATCH 1/2] next version git-svn-id: svn://scm.orgis.org/mpg123/trunk@5440 35dc7657-300d-0410-a2e5-dc2837fedb53 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 12046a88..f8ef6c62 100644 --- a/src/version.h +++ b/src/version.h @@ -16,7 +16,7 @@ // only single spaces as separator to ease parsing by build scripts #define MPG123_MAJOR 1 #define MPG123_MINOR 32 -#define MPG123_PATCH 8 +#define MPG123_PATCH 9 // 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" From 89d14004cc811f4838b59173a0cf383c6fb750d2 Mon Sep 17 00:00:00 2001 From: thor Date: Sat, 26 Oct 2024 16:00:59 +0000 Subject: [PATCH 2/2] note about mpg123_noise() git-svn-id: svn://scm.orgis.org/mpg123/trunk@5441 35dc7657-300d-0410-a2e5-dc2837fedb53 --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 1290e6d5..4292797a 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,6 @@ +One current thing: Cleanup mpg123_noise() ... remove that accidentally public symbol +or make it official. The functionality is in syn123 and it was never documented. + Things that need to be done... ... as always, mostly outdated.