From: Grigori Goronzy Date: Tue, 18 Feb 2014 21:02:48 +0000 (+0100) Subject: Update version info X-Git-Tag: 0.11.0~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b0b302197c515c57c404e9b6ce7748456efd552;p=libass Update version info --- 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.