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

Rename release to 6.1.0

parent 8554b334
No related branches found
No related tags found
1 merge request!13Rename release to 6.1.0
Pipeline #14398 passed with stage
in 1 minute and 56 seconds
libdvdnav (6.0.2)
libdvdnav (6.1.0)
* add a dvdnav_get_number_of_angles API
* add a dvdnav_version API
* handle out-of-order ADMAP entries blocking playback
* fix crashes in dvdnav_describe_title_chapters in broken DVDs
* cleanup old code
libdvdnav (6.0.1)
* improve random playback mode, to work-around broken discs
......
......@@ -4,8 +4,8 @@ dnl
dnl These are defined in m4 so they can be passed to AC_INIT
dnl --------------------------------------------------------------
m4_define([dvdnav_major], [6])
m4_define([dvdnav_minor], [0])
m4_define([dvdnav_sub], [2])
m4_define([dvdnav_minor], [1])
m4_define([dvdnav_sub], [0])
m4_define([dvdnav_pre], [])
AC_INIT([libdvdnav], [dvdnav_major.dvdnav_minor.dvdnav_sub[]dvdnav_pre])
......
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