diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-31 13:29:40 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-31 13:29:40 +0000 |
commit | 147a5017b476e4cd61aadb8e7420bc20832abfef (patch) | |
tree | 8c197b44d0d46bd9d9a35f70be0f0251f6b47ac0 /configure.ac | |
parent | e23ea1143257ede4cdbbe8ab89222978d43b0344 (diff) | |
download | xine-lib-147a5017b476e4cd61aadb8e7420bc20832abfef.tar.gz xine-lib-147a5017b476e4cd61aadb8e7420bc20832abfef.tar.bz2 |
Convert XML parser ABI breakage into ABI extension. Bump the soname accordingly.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 41afdc595..09130f06b 100644 --- a/configure.ac +++ b/configure.ac @@ -49,9 +49,9 @@ dnl are platform dependent dnl * in Linux, the library will be named dnl libname.so.(XINE_LT_CURRENT - XINE_LT_AGE).XINE_LT_AGE.XINE_LT_REVISION -XINE_LT_CURRENT=19 +XINE_LT_CURRENT=20 XINE_LT_REVISION=0 -XINE_LT_AGE=18 +XINE_LT_AGE=19 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f "${srcdir-.}/.cvsversion"; then |