From 8d7a663a81be35cb1eaf89264a24394786e0a264 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Sun, 25 Sep 2011 17:56:18 +0200 Subject: Bump version to 0.10.0 --- configure.ac | 2 +- libass/ass.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index af32d74..35548c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(libass, 0.9.12) +AC_INIT(libass, 0.10.0) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) # Disable C++/Fortran checks diff --git a/libass/ass.h b/libass/ass.h index 4986437..5aef92e 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -23,7 +23,7 @@ #include #include "ass_types.h" -#define LIBASS_VERSION 0x00912000 +#define LIBASS_VERSION 0x01000000 /* * A linked list of images produced by an ass renderer. -- cgit v1.2.3