summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2014-02-19 15:10:25 +0100
committerGrigori Goronzy <greg@chown.ath.cx>2014-02-19 15:12:57 +0100
commit10b48ac96f93b70783883a0661df5c32070bb7b2 (patch)
tree193a2153af2e5249d4f181127dce9a6751c56abb
parent23329b3cc9865795927bdbd6baa54488d7cb61fa (diff)
downloadlibass-0.11.1.tar.bz2
libass-0.11.1.tar.xz
Update version info and changelog0.11.1
-rw-r--r--Changelog4
-rw-r--r--configure.ac2
-rw-r--r--libass/ass.h2
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 <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01100000
+#define LIBASS_VERSION 0x01101000
/*
* A linked list of images produced by an ass renderer.