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. 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"