summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-05-12 15:38:16 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-05-12 15:38:16 +0100
commitf64b4a5ed14e3102dea1ef504133bc9f31e258d1 (patch)
tree15494472f60d8b9bdd785ae55601d5f258a4e1ec
parentbc8854c662e868e0b8f68ba9eecce6515241b967 (diff)
downloadxine-lib-f64b4a5ed14e3102dea1ef504133bc9f31e258d1.tar.gz
xine-lib-f64b4a5ed14e3102dea1ef504133bc9f31e258d1.tar.bz2
Bump the soname (ABI extension).
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 188a0e0d3..671bd0c18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,9 +53,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=22
+XINE_LT_CURRENT=23
XINE_LT_REVISION=0
-XINE_LT_AGE=21
+XINE_LT_AGE=22
dnl for a release tarball do "rm .cvsversion" before "make dist"
if test -f "${srcdir-.}/.cvsversion"; then