summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2014-02-18 22:02:48 +0100
committerGrigori Goronzy <greg@chown.ath.cx>2014-02-18 22:02:48 +0100
commit7b0b302197c515c57c404e9b6ce7748456efd552 (patch)
treefc7751f14f1910180e10bda9e519599cebd23f90
parent8ec90cd9f0d97088c471e57200d8f712019cc6da (diff)
downloadlibass-7b0b302197c515c57c404e9b6ce7748456efd552.tar.bz2
libass-7b0b302197c515c57c404e9b6ce7748456efd552.tar.xz
Update version info
-rw-r--r--configure.ac2
-rw-r--r--libass/ass.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c623c09..55132a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(libass, 0.10.2)
+AC_INIT(libass, 0.11.0)
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])
# Disable C++/Fortran checks
diff --git a/libass/ass.h b/libass/ass.h
index e7c2ade..6cee132 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -23,7 +23,7 @@
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01030000
+#define LIBASS_VERSION 0x01100000
/*
* A linked list of images produced by an ass renderer.