From dcb9109e45ccd304ec82a7c7bf46cca63620adf9 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf <jb@videolan.org> Date: Thu, 18 Jan 2018 10:16:41 +0100 Subject: [PATCH] libdvdnav 6.0.0 Even though the changes are not major, there has been quite a few since the last major release. Also, it's better to have a new major number to synchronise with dvdread --- ChangeLog | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 85285710..a18cce1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ -libdvdnav (5.0.4) +libdvdnav (6.0.0) * fix crashes on some DVD on describe_title call * fix various crashes related to PGC validity - * fix compilation issues + * fix compilation issues * fix API return codes libdvdnav (5.0.3) diff --git a/configure.ac b/configure.ac index 8358acda..5be1afb1 100644 --- a/configure.ac +++ b/configure.ac @@ -3,9 +3,9 @@ dnl Making releases: dvdnav_sub += 1; change DVDNAV_LT_* accordingly dnl dnl These are defined in m4 so they can be passed to AC_INIT dnl -------------------------------------------------------------- -m4_define([dvdnav_major], [5]) +m4_define([dvdnav_major], [6]) m4_define([dvdnav_minor], [0]) -m4_define([dvdnav_sub], [4]) +m4_define([dvdnav_sub], [0]) m4_define([dvdnav_pre], []) AC_INIT([libdvdnav], [dvdnav_major.dvdnav_minor.dvdnav_sub[]dvdnav_pre]) -- GitLab