[libbluray-devel] [Git][videolan/libbluray][master] Bump version (1.3.2)
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sat Jul 30 18:22:48 UTC 2022
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libbluray
Commits:
8e501bca by Jean-Baptiste Kempf at 2022-07-30T17:58:12+00:00
Bump version (1.3.2)
- - - - -
2 changed files:
- ChangeLog
- configure.ac
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,6 @@
+2022-06-28: Version 1.3.2
+- Fix build/run failure after Oracle Java CPU for April 2022
+
2022-03-03: Version 1.3.1
- Add support for Java 13 ... 16.
- Improve JVM probing in Windows.
=====================================
configure.ac
=====================================
@@ -1,7 +1,7 @@
dnl library version number
m4_define([bluray_major], 1)
m4_define([bluray_minor], 3)
-m4_define([bluray_micro], 1)
+m4_define([bluray_micro], 2)
m4_define([bluray_version],[bluray_major.bluray_minor.bluray_micro])
dnl shared library version (.so version)
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/8e501bcab48b402653be3ca8ec103217098eb477
--
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/8e501bcab48b402653be3ca8ec103217098eb477
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the libbluray-devel
mailing list