Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
flac
Commits
a43f56c0
Commit
a43f56c0
authored
Dec 03, 2012
by
Miroslav Lichvar
Committed by
Erik de Castro Lopo
Dec 04, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update library version-info.
parent
49b9673c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
include/FLAC++/export.h
include/FLAC++/export.h
+2
-2
include/FLAC/export.h
include/FLAC/export.h
+2
-2
src/libFLAC++/Makefile.am
src/libFLAC++/Makefile.am
+1
-1
src/libFLAC/Makefile.am
src/libFLAC/Makefile.am
+1
-1
No files found.
include/FLAC++/export.h
View file @
a43f56c0
...
...
@@ -76,9 +76,9 @@
/* These #defines will mirror the libtool-based library version number, see
* 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_AGE
2
#define FLACPP_API_VERSION_AGE
3
/* \} */
...
...
include/FLAC/export.h
View file @
a43f56c0
...
...
@@ -76,9 +76,9 @@
/** These #defines will mirror the libtool-based library version number, see
* http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
*/
#define FLAC_API_VERSION_CURRENT 1
0
#define FLAC_API_VERSION_CURRENT 1
1
#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
extern
"C"
{
...
...
src/libFLAC++/Makefile.am
View file @
a43f56c0
...
...
@@ -46,7 +46,7 @@ EXTRA_DIST = \
libFLAC++.m4
# 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_SOURCES
=
\
...
...
src/libFLAC/Makefile.am
View file @
a43f56c0
...
...
@@ -106,7 +106,7 @@ extra_ogg_sources = \
ogg_mapping.c
endif
# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
libFLAC_la_LDFLAGS
=
-version-info
1
0
:0:
2
$(LOCAL_EXTRA_LDFLAGS)
@LT_NO_UNDEFINED@
libFLAC_la_LDFLAGS
=
-version-info
1
1
:0:
3
$(LOCAL_EXTRA_LDFLAGS)
@LT_NO_UNDEFINED@
libFLAC_sources
=
\
bitmath.c
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment