bump libtool version numbers

This commit is contained in:
Josh Coalson
2007-09-15 01:08:15 +00:00
parent e0545ffe7c
commit 841fdd30a6
4 changed files with 6 additions and 6 deletions

View File

@@ -71,9 +71,9 @@
/** 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 9
#define FLAC_API_VERSION_CURRENT 10
#define FLAC_API_VERSION_REVISION 0 /**< see above */
#define FLAC_API_VERSION_AGE 1 /**< see above */
#define FLAC_API_VERSION_AGE 2 /**< see above */
#ifdef __cplusplus
extern "C" {