Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdvdread
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
libdvdread
Commits
a3329a79
Commit
a3329a79
authored
4 years ago
by
Hugo Beauzée-Luyssen
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 6.1.1
parent
e533d03f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#15695
passed with stage
in 1 minute and 54 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+3
-0
3 additions, 0 deletions
NEWS
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
4 additions
and
1 deletion
NEWS
+
3
−
0
View file @
a3329a79
libdvdread (6.1.1)
* Fix the soversion following ABI breakage
libdvdread (6.1.0)
* Introduce DVDOpen2 and DVDOpenStream2 API to provide logger context
* fix playback of broken discs with broken ifo files
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
a3329a79
dnl library version number
m4_define([dvdread_major], 6)
m4_define([dvdread_minor], 1)
m4_define([dvdread_micro],
0
)
m4_define([dvdread_micro],
1
)
m4_define([dvdread_version],[dvdread_major.dvdread_minor.dvdread_micro])
AC_INIT(libdvdread, dvdread_version)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment