summaryrefslogtreecommitdiffstats
path: root/libass/Makefile.am
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2021-09-12 00:30:32 +0300
committerOleg Oshmyan <chortos@inbox.lv>2021-09-12 00:34:52 +0300
commitc967a5a3d9ec0d36af1148b3fdf2f307a21dd122 (patch)
tree1662dd9ec2b70010c61667e3016df26e3a5f0899 /libass/Makefile.am
parent40bb8439fff6525f557c888f82a602fdeef69374 (diff)
downloadlibass-c967a5a3d9ec0d36af1148b3fdf2f307a21dd122.tar.bz2
libass-c967a5a3d9ec0d36af1148b3fdf2f307a21dd122.tar.xz
Release 0.15.20.15.2
Another bug fix release without API or ABI changes, mainly to fix more known 0.15.0 and 0.15.1 regressions. But as a bonus, it is now possible to build the DirectWrite system font provider for Microsoft's Universal Windows Platform (UWP). Two known minor 0.15.x DirectWrite system font regressions remain: * when a font is attached/memory-loaded but a different (non-attached) style of the same font is used by the subtitles (only the attached style[s] will be used; this also affects Core Text since 0.13.0 but not Fontconfig); * in the unlikely case that the full name of a system font equals the _family_ name of another system font (only the family name matches will be found). Also please note that our IRC channel #libass has moved from freenode.net to Libera.Chat, and all presence on freenode.net has been fully retired.
Diffstat (limited to 'libass/Makefile.am')
-rw-r--r--libass/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/Makefile.am b/libass/Makefile.am
index 0423d2e..d84012c 100644
--- a/libass/Makefile.am
+++ b/libass/Makefile.am
@@ -4,7 +4,7 @@ AM_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter \
-D_GNU_SOURCE
LIBASS_LT_CURRENT = 10
-LIBASS_LT_REVISION = 2
+LIBASS_LT_REVISION = 3
LIBASS_LT_AGE = 1
nasm_verbose = $(nasm_verbose_$(V))