[vlc-devel] commit: Bump version ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue May 20 20:14:58 CEST 2008


vlc | branch: 0.8.6-bugfix | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue May 20 21:16:15 2008 +0300| [bf6d890ab189beeed7876aedfb521213f4332837]

Bump version

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf6d890ab189beeed7876aedfb521213f4332837
---

 configure.ac    |    4 ++--
 src/Makefile.am |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 91d61b8..1736263 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
 dnl Autoconf settings for vlc
 
-AC_INIT(vlc,0.8.6g)
+AC_INIT(vlc,0.8.6h)
 VERSION_MAJOR="0"
 VERSION_MINOR="8"
 VERSION_REVISION="6"
-VERSION_EXTRA="g"
+VERSION_EXTRA="h"
 
 CONFIGURE_LINE="$0 $*"
 CODENAME="Janus"
diff --git a/src/Makefile.am b/src/Makefile.am
index 85008ee..0a5c756 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -155,7 +155,10 @@ libvlc_la_LIBADD = $(INCLUDED_LIBINTL)
 libvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
 libvlc_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc`
 libvlc_la_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc`
-libvlc_la_LDFLAGS = `$(VLC_CONFIG) --libs vlc builtin|sed -e 's/\(modules\/[^ ]*\)\.a /\1_builtin.la /g'` -no-undefined
+libvlc_la_LDFLAGS = \
+	`$(VLC_CONFIG) --libs vlc builtin|sed -e 's/\(modules\/[^ ]*\)\.a /\1_builtin.la /g'` \
+	-version 0:8:0 \
+	-no-undefined
 libvlc_la_DEPENDENCIES = stamp-builtins
 
 




More information about the vlc-devel mailing list