[vlc-commits] libvlc: bump SO age

Rémi Denis-Courmont git at videolan.org
Sun Feb 10 16:25:14 CET 2013


vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 10 17:20:36 2013 +0200| [d7489655eb30e7874ff39e1b32888fc297b324b6] | committer: Rémi Denis-Courmont

libvlc: bump SO age

(changed by commit 2c27b625fb986779462a4bc5e2dd1378c82fe62d)

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

 lib/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index c5fd0fe..3e02454 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -60,7 +60,7 @@ libvlc_la_LIBADD = $(LIBS_libvlc) \
 libvlc_la_LDFLAGS = \
 	$(LDFLAGS_libvlc) \
 	-no-undefined \
-	-version-info 8:1:3 \
+	-version-info 8:2:3 \
 	-export-symbols $(srcdir)/libvlc.sym
 libvlc_la_DEPENDENCIES = libvlc.sym
 if HAVE_WIN32



More information about the vlc-commits mailing list