Re: [mpg123-users] Do mpg123_distversion and mpg123_libversion really not exist?
Brought to you by:
sobukus
From: Martin G. <mar...@gm...> - 2024-10-30 04:14:11
|
On 30/10/24 04:54, Martin Guy wrote: > > If mpg123_*version() really don't exist, I thought I could enable > monster protection if MPG123_API_VERSION <= 47 and ask you to bump the > API_VERSION in the next release but just noticed that its value has > dropped from 48 to 47 between 1.32.7 and 1.32.8 so I'm now even more > confused than before. Oops, my bad. I was looking at the installed header (Debian stable) not the 1.32.8 header. Definitely confused. Instead, both 1.32.7 and 1.32.8 have #define MPG123_API_VERSION 48 /** library patch level at client build time */ #define MPG123_PATCHLEVEL 2 so maybe the PATCHLEVEL could be bumped in the next micro release so that there will be something to check against to have everything smooth out at some point in the future. Sorry for the noise M |