summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2009-09-18 01:33:44 +0200
committerGrigori Goronzy <greg@blackbox>2009-09-18 01:33:44 +0200
commit44a7b6abcc75018f91c2339dac2f41fa4b9d8925 (patch)
treeab7ca7001d62dcdbbbc003172652ffc0ab2f330a
parente186f466d346a9e4c1bd217e4d8db7d75e0874b5 (diff)
downloadlibass-44a7b6abcc75018f91c2339dac2f41fa4b9d8925.tar.bz2
libass-44a7b6abcc75018f91c2339dac2f41fa4b9d8925.tar.xz
Bump version to 0.9.8
-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 03aa72e..07c213c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(libass, 0.9.7)
+AC_INIT(libass, 0.9.8)
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([shave])
# Disable C++/Fortran checks
diff --git a/libass/ass.h b/libass/ass.h
index 908b199..3684b44 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -25,7 +25,7 @@
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x00907010
+#define LIBASS_VERSION 0x00908000
/*
* A linked list of images produced by an ass renderer.