From 7b0b302197c515c57c404e9b6ce7748456efd552 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Tue, 18 Feb 2014 22:02:48 +0100 Subject: Update version info --- configure.ac | 2 +- libass/ass.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c623c09..55132a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(libass, 0.10.2) +AC_INIT(libass, 0.11.0) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) # Disable C++/Fortran checks diff --git a/libass/ass.h b/libass/ass.h index e7c2ade..6cee132 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -23,7 +23,7 @@ #include #include "ass_types.h" -#define LIBASS_VERSION 0x01030000 +#define LIBASS_VERSION 0x01100000 /* * A linked list of images produced by an ass renderer. -- cgit v1.2.3