change from one ..._API_NUMBER to 3 libtool numbers ..._API_VERSION_{CURRENT,REVISION,AGE}

This commit is contained in:
Josh Coalson 2006-09-26 01:02:55 +00:00
parent d63c231183
commit 833f832ab1
4 changed files with 24 additions and 8 deletions

View File

@ -42,8 +42,12 @@
#else
#define FLACPP_API _declspec(dllimport)
/* every time the libFLAC++ API changes in any way, this number will be incremented */
#define FLACPP_API_NUMBER 10
/* These #defines will mirror the libtool-based library version number, see
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
*/
#define FLACPP_API_VERSION_CURRENT 5
#define FLACPP_API_VERSION_REVISION 0
#define FLACPP_API_VERSION_AGE 0
#endif
#endif

View File

@ -42,8 +42,12 @@
#else
#define FLAC_API _declspec(dllimport)
/* every time the libFLAC API changes in any way, this number will be incremented */
#define FLAC_API_NUMBER 10
/* These #defines will mirror the libtool-based library version number, see
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
*/
#define FLAC_API_VERSION_CURRENT 7
#define FLAC_API_VERSION_REVISION 0
#define FLAC_API_VERSION_AGE 0
#endif
#endif

View File

@ -42,8 +42,12 @@
#else
#define OggFLACPP_API _declspec(dllimport)
/* every time the libOggFLAC++ API changes in any way, this number will be incremented */
#define OggFLACPP_API_NUMBER 10
/* These #defines will mirror the libtool-based library version number, see
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
*/
#define OggFLACPP_API_VERSION_CURRENT 2
#define OggFLACPP_API_VERSION_REVISION 0
#define OggFLACPP_API_VERSION_AGE 0
#endif
#endif

View File

@ -42,8 +42,12 @@
#else
#define OggFLAC_API _declspec(dllimport)
/* every time the libOggFLAC API changes in any way, this number will be incremented */
#define OggFLAC_API_NUMBER 10
/* These #defines will mirror the libtool-based library version number, see
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
*/
#define OggFLAC_API_VERSION_CURRENT 3
#define OggFLAC_API_VERSION_REVISION 0
#define OggFLAC_API_VERSION_AGE 0
#endif
#endif