From b09ba634dafba5003a2dfd4b3c8b293b60a2804f Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Fri, 25 Apr 2014 19:28:17 +0200 Subject: Update version info and changelog --- Changelog | 10 ++++++++++ configure.ac | 2 +- libass/ass.h | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 3c134fa..bd6e0ba 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,13 @@ +libass (0.11.2) + * Improve yasm version check + * Fix \fscx0 crashes + * Actually export ass_library_version + * Fix change detection with vector clips + * SIMD assembly bugfixes + * Parse drawing numbers as floats (GH #63) + * Fix shaper sign bug (GH #68) + * Initialize \pbo correctly (GH #74) + libass (0.11.1) * Fix distfile generation * No functional changes diff --git a/configure.ac b/configure.ac index 66a89a7..103651b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(libass, 0.11.1) +AC_INIT(libass, 0.11.2) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) # Disable C++/Fortran checks diff --git a/libass/ass.h b/libass/ass.h index 878c574..17af8cb 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -23,7 +23,7 @@ #include #include "ass_types.h" -#define LIBASS_VERSION 0x01101000 +#define LIBASS_VERSION 0x01102000 /* * A linked list of images produced by an ass renderer. -- cgit v1.2.3