summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2013-10-14 11:31:35 +0200
committerGrigori Goronzy <greg@chown.ath.cx>2013-10-14 11:31:35 +0200
commit7d52888e969a64fd7c98c99003d06bfbc0436bea (patch)
treec04de0ab67a4b759622be3ffa536f57212ead555
parent71ab6001bf69ea6e883e52e617c53c8cc2892a9a (diff)
downloadlibass-7d52888e969a64fd7c98c99003d06bfbc0436bea.tar.bz2
libass-7d52888e969a64fd7c98c99003d06bfbc0436bea.tar.xz
Update version info
-rw-r--r--configure.ac2
-rw-r--r--libass/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7d37252..a05cf8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(libass, 0.10.1)
+AC_INIT(libass, 0.10.2)
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])
# Disable C++/Fortran checks
diff --git a/libass/Makefile.am b/libass/Makefile.am
index d38c764..b134a66 100644
--- a/libass/Makefile.am
+++ b/libass/Makefile.am
@@ -2,7 +2,7 @@ AM_CFLAGS = -Wall
LIBASS_LT_CURRENT = 5
LIBASS_LT_REVISION = 0
-LIBASS_LT_AGE = 1
+LIBASS_LT_AGE = 0
lib_LTLIBRARIES = libass.la
libass_la_SOURCES = ass.c ass_cache.c ass_font.c ass_fontconfig.c ass_render.c \