Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
e5d57aff
Commit
e5d57aff
authored
Jan 25, 2003
by
Josh Coalson
Browse files
bump the libtool version numbers
parent
e6a9aead
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/libFLAC++/Makefile.am
View file @
e5d57aff
...
...
@@ -29,7 +29,7 @@ EXTRA_DIST = \
libFLAC++.m4
# see 'http://www.gnu.org/software/libtool/manual.html#Versioning' for numbering convention
libFLAC___la_LDFLAGS
=
-version-info
3:
1
:1
libFLAC___la_LDFLAGS
=
-version-info
3:
2
:1
libFLAC___la_SOURCES
=
\
file_decoder.cpp
\
...
...
src/libFLAC/Makefile.am
View file @
e5d57aff
...
...
@@ -44,7 +44,7 @@ EXTRA_DIST = \
libFLAC.m4
# see 'http://www.gnu.org/software/libtool/manual.html#Versioning' for numbering convention
libFLAC_la_LDFLAGS
=
-version-info
5:
1
:1
libFLAC_la_LDFLAGS
=
-version-info
5:
2
:1
libFLAC_la_SOURCES
=
\
bitbuffer.c
\
...
...
src/libOggFLAC++/Makefile.am
View file @
e5d57aff
...
...
@@ -29,7 +29,7 @@ EXTRA_DIST = \
libOggFLAC++.m4
# see 'http://www.gnu.org/software/libtool/manual.html#Versioning' for numbering convention
libOggFLAC___la_LDFLAGS
=
-version-info
0:
3
:0
libOggFLAC___la_LDFLAGS
=
-version-info
0:
4
:0
libOggFLAC___la_SOURCES
=
\
stream_decoder.cpp
\
...
...
src/libOggFLAC/Makefile.am
View file @
e5d57aff
...
...
@@ -35,7 +35,7 @@ EXTRA_DIST = \
libOggFLAC_la_LIBADD
=
@OGG_LIBS@
# see 'http://www.gnu.org/software/libtool/manual.html#Versioning' for numbering convention
libOggFLAC_la_LDFLAGS
=
-version-info
1:
1
:0
libOggFLAC_la_LDFLAGS
=
-version-info
1:
2
:0
libOggFLAC_la_SOURCES
=
\
stream_decoder.c
\
...
...
Write
Preview
Supports
Markdown
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