summaryrefslogtreecommitdiffstats
path: root/libass
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2014-10-23 00:37:33 +0200
committerGrigori Goronzy <greg@chown.ath.cx>2014-10-23 00:37:33 +0200
commitc68d72166d3aeacd2364b31c1f07d0aca29d4973 (patch)
tree5a6b8b2f9147b298f1927760b68c9f450836a238 /libass
parent210d3ea34272330c446d2b3f59e87e633b3a7fb9 (diff)
downloadlibass-c68d72166d3aeacd2364b31c1f07d0aca29d4973.tar.bz2
libass-c68d72166d3aeacd2364b31c1f07d0aca29d4973.tar.xz
Update version and changelog0.12.0
Diffstat (limited to 'libass')
-rw-r--r--libass/Makefile.am4
-rw-r--r--libass/ass.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/libass/Makefile.am b/libass/Makefile.am
index bc5345b..599c281 100644
--- a/libass/Makefile.am
+++ b/libass/Makefile.am
@@ -2,9 +2,9 @@ AM_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter \
-Werror-implicit-function-declaration -Wstrict-prototypes \
-Wpointer-arith -Wredundant-decls
-LIBASS_LT_CURRENT = 5
+LIBASS_LT_CURRENT = 6
LIBASS_LT_REVISION = 0
-LIBASS_LT_AGE = 0
+LIBASS_LT_AGE = 1
yasm_verbose = $(yasm_verbose_$(V))
yasm_verbose_ = $(yasm_verbose_$(AM_DEFAULT_VERBOSITY))
diff --git a/libass/ass.h b/libass/ass.h
index c8c6452..6b14e99 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -23,7 +23,7 @@
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01103001
+#define LIBASS_VERSION 0x01200000
/*
* A linked list of images produced by an ass renderer.