From 265e6ec005a55ef226844715d408e77dcef886fd Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Wed, 11 Aug 2010 02:06:35 +0200 Subject: Bump autoconf version and LIBASS_VERSION --- configure.ac | 2 +- libass/ass.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8cff886..827dd6c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(libass, 0.9.10) +AC_INIT(libass, 0.9.11) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) # Disable C++/Fortran checks diff --git a/libass/ass.h b/libass/ass.h index 1d98298..4592c52 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -25,7 +25,7 @@ #include #include "ass_types.h" -#define LIBASS_VERSION 0x00910000 +#define LIBASS_VERSION 0x00911000 /* * A linked list of images produced by an ass renderer. -- cgit v1.2.3