summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2010-08-04 02:37:55 +0200
committerGrigori Goronzy <greg@blackbox>2010-08-06 22:20:13 +0200
commit83bc1ee98047b9a68d693584cee9749fdadfa894 (patch)
tree6ab9098deb6b831dfa9dd11f02a5aae81d6c0fe4
parent96057dc0ba9b28c4ab168695f2500135e3337ca7 (diff)
downloadlibass-0.9.10.tar.bz2
libass-0.9.10.tar.xz
Version bump0.9.10
Increment shared library revision (due to API additions) and autoconf version.
-rw-r--r--configure.ac2
-rw-r--r--libass/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 4c5dd0f..381e528 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(libass, 0.9.9)
+AC_INIT(libass, 0.9.10)
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])
# Disable C++/Fortran checks
diff --git a/libass/Makefile.am b/libass/Makefile.am
index b9b5ca0..04db84d 100644
--- a/libass/Makefile.am
+++ b/libass/Makefile.am
@@ -1,6 +1,6 @@
-LIBASS_LT_CURRENT = 4
+LIBASS_LT_CURRENT = 5
LIBASS_LT_REVISION = 0
-LIBASS_LT_AGE = 0
+LIBASS_LT_AGE = 1
lib_LTLIBRARIES = libass.la
libass_la_SOURCES = ass.c ass_cache.c ass_font.c ass_fontconfig.c ass_render.c \