summaryrefslogtreecommitdiffstats
path: root/libass/ass.h
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2023-02-27 23:01:01 +0200
committerOleg Oshmyan <chortos@inbox.lv>2023-02-27 23:01:01 +0200
commit218dacece7d24b45e4637ced4dc56564de29919d (patch)
tree3b99f74ee27259ff042c4af5e6226ba0275e1223 /libass/ass.h
parent04a208d5d200360d2ac75f8f6cfc43dd58dd9225 (diff)
downloadlibass-218dacece7d24b45e4637ced4dc56564de29919d.tar.bz2
libass-218dacece7d24b45e4637ced4dc56564de29919d.tar.xz
Update readme, changelog, versions to reflect 0.17.1 release
This is an important, bug-fix-only release consisting of 0.17.0 with two cherry-picked patches: * c1daedea0e829a7e90389818d2bb662fd91d0be7 WHOLE_TEXT_LAYOUT bidi: fix buffer overread on soft-wrapped events * a943ef542e72e849dc0c1047465e0506781374b5 configure: support x86 assembly on GNU Hurd Users of 0.17.0 are advised to upgrade to 0.17.1 soon. Nothing has changed besides fixing crash and build-stopper bugs, so there are no side effects. Users of 0.16.0 are also affected by the buffer overread bug and are advised to upgrade or at least to backport the relevant fix themselves. Cherry-picked from: e8ad72accd3a84268275a9385beb701c9284e5b3 (tag 0.17.1) Co-authored-by: Oneric <oneric@oneric.stub>
Diffstat (limited to 'libass/ass.h')
-rw-r--r--libass/ass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass.h b/libass/ass.h
index b7b1663..05d97fb 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -24,7 +24,7 @@
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01700000
+#define LIBASS_VERSION 0x01701000
#ifdef __cplusplus
extern "C" {