]> granicus.if.org Git - libass/commitdiff
Update version info and changelog 0.11.1
authorGrigori Goronzy <greg@chown.ath.cx>
Wed, 19 Feb 2014 14:10:25 +0000 (15:10 +0100)
committerGrigori Goronzy <greg@chown.ath.cx>
Wed, 19 Feb 2014 14:12:57 +0000 (15:12 +0100)
Changelog
configure.ac
libass/ass.h

index 9c42391a8eb0d75d515f156f65eaf62b1ef225cf..3c134fa6aea4ca3681c091fd27796a476c76a875 100644 (file)
--- 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
index 55132a84f7e111ec2599bc2f52e58b637c577e49..5feeb68abc6dc6fdbd5ac6c5fa677144be646c6d 100644 (file)
@@ -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
index 6cee13218ca12e988a4f7d13d928dc6078523a27..608eb61d95ff19cdbefb9c5e0723101b7bcf6e66 100644 (file)
@@ -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.