summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-04-12 18:10:22 +0200
committerwm4 <wm4@nowhere>2013-04-12 18:10:22 +0200
commitb55b2256e6ff3b7cad2f5c00932c21c07d01302f (patch)
treedafb0ff9d080a016906c87adf73a17c1208ea6df
parent68c326891d48427d673fa6a8069500dcb25b6eb8 (diff)
downloadlibass-b55b2256e6ff3b7cad2f5c00932c21c07d01302f.tar.bz2
libass-b55b2256e6ff3b7cad2f5c00932c21c07d01302f.tar.xz
Bump LIBASS_VERSION
The ABI was broken and a new API function were introduced.
-rw-r--r--libass/ass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass.h b/libass/ass.h
index 303690e..0778a5c 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -23,7 +23,7 @@
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01010000
+#define LIBASS_VERSION 0x01020000
/*
* A linked list of images produced by an ass renderer.