bump libtool .so revision number

This commit is contained in:
Josh Coalson
2007-02-14 05:59:09 +00:00
parent 826a0a7e7a
commit 4296e1a40a
4 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
*/
#define FLACPP_API_VERSION_CURRENT 6
#define FLACPP_API_VERSION_REVISION 0
#define FLACPP_API_VERSION_REVISION 1
#define FLACPP_API_VERSION_AGE 0
#endif

View File

@@ -68,7 +68,7 @@
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
*/
#define FLAC_API_VERSION_CURRENT 8
#define FLAC_API_VERSION_REVISION 0 /**< see above */
#define FLAC_API_VERSION_REVISION 1 /**< see above */
#define FLAC_API_VERSION_AGE 0 /**< see above */
#ifdef __cplusplus