Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Baptiste Kempf
libaacs
Commits
1f730194
Commit
1f730194
authored
Aug 17, 2012
by
npzacs
Browse files
0.5.0 release
parent
be06475c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1f730194
2012-08-17: Version 0.5.0
- Support for Mac OS X using IOKit
- Fix AACS detection failure in some Win32 systems
2012-05-07: Version 0.4.0
- Added aacs_open2() and error codes
- Renamed libaacs_test to aacs_info
...
...
configure.ac
View file @
1f730194
# library version number
m4_define([aacs_major], 0)
m4_define([aacs_minor],
4
)
m4_define([aacs_minor],
5
)
m4_define([aacs_micro], 0)
m4_define([aacs_version],[aacs_major.aacs_minor.aacs_micro])
...
...
@@ -16,7 +16,7 @@ m4_define([aacs_version],[aacs_major.aacs_minor.aacs_micro])
#
m4_define([lt_current], 2)
m4_define([lt_age], 2)
m4_define([lt_revision],
0
)
m4_define([lt_revision],
1
)
# initilization
AC_INIT([libaacs], aacs_version, [http://www.videolan.org/developers/libaacs.html])
...
...
Write
Preview
Supports
Markdown
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