summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2011-05-30 22:25:21 +0200
committerGrigori Goronzy <greg@blackbox>2011-05-30 22:25:21 +0200
commit6141c31a72cfba8242fdf115d27bed8b14a3b038 (patch)
tree14eb461e0bd048d1500327ec429e39405ca29e6a
parent70daef6471d8c0b8f268d26f24d7770309b96d74 (diff)
downloadlibass-6141c31a72cfba8242fdf115d27bed8b14a3b038.tar.bz2
libass-6141c31a72cfba8242fdf115d27bed8b14a3b038.tar.xz
Bump version0.9.12
-rw-r--r--configure.ac2
-rw-r--r--libass/ass.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7e2d8d9..940b80a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(libass, 0.9.11)
+AC_INIT(libass, 0.9.12)
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])
# Disable C++/Fortran checks
diff --git a/libass/ass.h b/libass/ass.h
index 3762bff..57faf7d 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -23,7 +23,7 @@
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x00911000
+#define LIBASS_VERSION 0x00912000
/*
* A linked list of images produced by an ass renderer.