summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2022-02-21 01:29:53 +0200
committerOleg Oshmyan <chortos@inbox.lv>2022-02-21 01:30:22 +0200
commit15a783f48cd3ec6f1184bceb2373ae52a5f7a2b0 (patch)
tree03b31b0e573d5dddbc29016feacc432c9ecd1b5f
parent8622c03b68780be087dfdde0380333099724bbee (diff)
downloadlibass-15a783f48cd3ec6f1184bceb2373ae52a5f7a2b0.tar.bz2
libass-15a783f48cd3ec6f1184bceb2373ae52a5f7a2b0.tar.xz
Bump LIBASS_VERSION for ASS_FEATURE_WHOLE_TEXT_LAYOUT
Omission in commit c629be7d70548aea282ea4890c51094055ec66e2. This lets consumers detect whether the compile-time ASS_FEATURE_WHOLE_TEXT_LAYOUT enum constant exists.
-rw-r--r--libass/ass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass.h b/libass/ass.h
index 6e871fb..423feb7 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -24,7 +24,7 @@
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01502000
+#define LIBASS_VERSION 0x01502001
#ifdef __cplusplus
extern "C" {