From: Grigori Goronzy Date: Wed, 19 Feb 2014 14:10:25 +0000 (+0100) Subject: Update version info and changelog X-Git-Tag: 0.11.1^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10b48ac96f93b70783883a0661df5c32070bb7b2;p=libass Update version info and changelog --- diff --git a/Changelog b/Changelog index 9c42391..3c134fa 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +libass (0.11.1) + * Fix distfile generation + * No functional changes + libass (0.11.0) * Add bitmap run combining/compositing This changes the text rendering model and increases compatibility with diff --git a/configure.ac b/configure.ac index 55132a8..5feeb68 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(libass, 0.11.0) +AC_INIT(libass, 0.11.1) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) # Disable C++/Fortran checks diff --git a/libass/ass.h b/libass/ass.h index 6cee132..608eb61 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -23,7 +23,7 @@ #include #include "ass_types.h" -#define LIBASS_VERSION 0x01100000 +#define LIBASS_VERSION 0x01101000 /* * A linked list of images produced by an ass renderer.