[libdvdnav-devel] Update .so version because of added API

Jean-Baptiste Kempf git at videolan.org
Tue Jan 27 16:35:22 CET 2015


libdvdread | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan 27 16:34:48 2015 +0100| [40571a6f7bdbd7c5a8530675f3c082032ab540b3] | committer: Jean-Baptiste Kempf

Update .so version because of added API

> http://git.videolan.org/gitweb.cgi/libdvdread.git/?a=commit;h=40571a6f7bdbd7c5a8530675f3c082032ab540b3
---

 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9142673..cac70e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,9 +39,9 @@ dnl    are platform dependent
 dnl  * in Linux, the library will be named
 dnl    libname.so.(DVDREAD_LT_CURRENT - DVDREAD_LT_AGE).DVDREAD_LT_REVISION.DVDREAD_LT_AGE
 
-DVDREAD_LT_CURRENT=5
-DVDREAD_LT_AGE=1
-DVDREAD_LT_REVISION=2
+DVDREAD_LT_CURRENT=6
+DVDREAD_LT_AGE=2
+DVDREAD_LT_REVISION=0
 
 AC_SUBST([DVDREAD_LTVERSION], [$DVDREAD_LT_CURRENT:$DVDREAD_LT_REVISION:$DVDREAD_LT_AGE])
 



More information about the libdvdnav-devel mailing list