From 10b48ac96f93b70783883a0661df5c32070bb7b2 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Wed, 19 Feb 2014 15:10:25 +0100 Subject: Update version info and changelog --- Changelog | 4 ++++ configure.ac | 2 +- libass/ass.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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. -- cgit v1.2.3