Skip to content
Snippets Groups Projects
Commit a02a002f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Update NEWS about bump ABI

parent 819dd78f
No related branches found
No related tags found
No related merge requests found
Pipeline #10165 passed with stage
in 2 minutes and 5 seconds
libdvdread (6.0.2)
* use reentrant getmntent_r
* fix playback of some discs, by fixing pgc_t structure
libdvdread (6.0.1)
* fix a regression on some DVDs, like Resident Evil
* check InternalUDFReadBlocksRaw I/O issues
......
dnl library version number
m4_define([dvdread_major], 6)
m4_define([dvdread_minor], 0)
m4_define([dvdread_micro], 1)
m4_define([dvdread_micro], 2)
m4_define([dvdread_version],[dvdread_major.dvdread_minor.dvdread_micro])
AC_INIT(libdvdread, dvdread_version)
......@@ -46,8 +46,8 @@ 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=6
DVDREAD_LT_AGE=2
DVDREAD_LT_CURRENT=7
DVDREAD_LT_AGE=0
DVDREAD_LT_REVISION=0
AC_SUBST([DVDREAD_LTVERSION], [$DVDREAD_LT_CURRENT:$DVDREAD_LT_REVISION:$DVDREAD_LT_AGE])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment