mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Update library version-info.
This commit is contained in:
committed by
Erik de Castro Lopo
parent
49b9673c89
commit
a43f56c0b2
@@ -76,9 +76,9 @@
|
|||||||
/* These #defines will mirror the libtool-based library version number, see
|
/* These #defines will mirror the libtool-based library version number, see
|
||||||
* http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
|
* http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
|
||||||
*/
|
*/
|
||||||
#define FLACPP_API_VERSION_CURRENT 8
|
#define FLACPP_API_VERSION_CURRENT 9
|
||||||
#define FLACPP_API_VERSION_REVISION 0
|
#define FLACPP_API_VERSION_REVISION 0
|
||||||
#define FLACPP_API_VERSION_AGE 2
|
#define FLACPP_API_VERSION_AGE 3
|
||||||
|
|
||||||
/* \} */
|
/* \} */
|
||||||
|
|
||||||
|
|||||||
@@ -76,9 +76,9 @@
|
|||||||
/** These #defines will mirror the libtool-based library version number, see
|
/** These #defines will mirror the libtool-based library version number, see
|
||||||
* http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
|
* http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
|
||||||
*/
|
*/
|
||||||
#define FLAC_API_VERSION_CURRENT 10
|
#define FLAC_API_VERSION_CURRENT 11
|
||||||
#define FLAC_API_VERSION_REVISION 0 /**< see above */
|
#define FLAC_API_VERSION_REVISION 0 /**< see above */
|
||||||
#define FLAC_API_VERSION_AGE 2 /**< see above */
|
#define FLAC_API_VERSION_AGE 3 /**< see above */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ EXTRA_DIST = \
|
|||||||
libFLAC++.m4
|
libFLAC++.m4
|
||||||
|
|
||||||
# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
|
# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
|
||||||
libFLAC___la_LDFLAGS = -version-info 8:0:3 @LT_NO_UNDEFINED@
|
libFLAC___la_LDFLAGS = -version-info 9:0:3 @LT_NO_UNDEFINED@
|
||||||
libFLAC___la_LIBADD = ../libFLAC/libFLAC.la
|
libFLAC___la_LIBADD = ../libFLAC/libFLAC.la
|
||||||
|
|
||||||
libFLAC___la_SOURCES = \
|
libFLAC___la_SOURCES = \
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ extra_ogg_sources = \
|
|||||||
ogg_mapping.c
|
ogg_mapping.c
|
||||||
endif
|
endif
|
||||||
# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
|
# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
|
||||||
libFLAC_la_LDFLAGS = -version-info 10:0:2 $(LOCAL_EXTRA_LDFLAGS) @LT_NO_UNDEFINED@
|
libFLAC_la_LDFLAGS = -version-info 11:0:3 $(LOCAL_EXTRA_LDFLAGS) @LT_NO_UNDEFINED@
|
||||||
|
|
||||||
libFLAC_sources = \
|
libFLAC_sources = \
|
||||||
bitmath.c \
|
bitmath.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user