Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
libaacs
Commits
9bceea3f
Commit
9bceea3f
authored
Jul 22, 2020
by
hpi1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version
parent
77fe70e8
Pipeline
#20351
passed with stage
in 1 minute and 19 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ChangeLog
ChangeLog
+1
-1
configure.ac
configure.ac
+2
-2
No files found.
ChangeLog
View file @
9bceea3f
2020-07-
??
: Version 0.11.0
2020-07-
22
: Version 0.11.0
- Add more AACS2 support (still not complete).
- Add support for partial unit keys in KEYDB.CFG.
- Improve opening of UHD discs (~ 10 seconds faster).
...
...
configure.ac
View file @
9bceea3f
dnl library version number
m4_define([aacs_major], 0)
m4_define([aacs_minor], 1
0
)
m4_define([aacs_minor], 1
1
)
m4_define([aacs_micro], 0)
m4_define([aacs_version],[aacs_major.aacs_minor.aacs_micro])
...
...
@@ -16,7 +16,7 @@ dnl Library file name will be libaacs.(current-age).age.revision
m4_define([lt_current], 7)
m4_define([lt_age], 7)
m4_define([lt_revision],
0
)
m4_define([lt_revision],
1
)
dnl initilization
AC_INIT([libaacs], aacs_version, [http://www.videolan.org/developers/libaacs.html])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment