libdvdnav | branch: master | Jean-Baptiste Kempf <jb@videolan.org> | Sat Aug 16 01:06:33 2014 +0200| [79354a065eab2f3472253f09a2645d03565257a9] | committer: Jean-Baptiste Kempf On the road to 5.0.1
http://git.videolan.org/gitweb.cgi/libdvdnav.git/?a=commit;h=79354a065eab2f3...
ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0ca12a1..a8111f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +libdvdnav (5.0.1) + + libdvdnav (5.0.0) * Android support * fixed numerous crashes, assertions and corruptions diff --git a/configure.ac b/configure.ac index 9f71946..3eff01a 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl These are defined in m4 so they can be passed to AC_INIT dnl -------------------------------------------------------------- m4_define([dvdnav_major], [5]) m4_define([dvdnav_minor], [0]) -m4_define([dvdnav_sub], [0]) +m4_define([dvdnav_sub], [1]) m4_define([dvdnav_pre], []) AC_INIT([libdvdnav], [dvdnav_major.dvdnav_minor.dvdnav_sub[]dvdnav_pre])
participants (1)
-
git@videolan.org