diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-19 19:29:55 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-19 19:29:55 +0000 |
commit | 82652c3b81e962b1b040d52255c20214e939e30f (patch) | |
tree | 353f880572eb47f4d7a1c3292325057fa90abd07 | |
parent | ace000d3a03181607b130c28da69652f5f60f7d6 (diff) | |
download | xine-lib-82652c3b81e962b1b040d52255c20214e939e30f.tar.gz xine-lib-82652c3b81e962b1b040d52255c20214e939e30f.tar.bz2 |
Bump interface age (API addition).
CVS patchset: 8426
CVS date: 2006/12/19 19:29:55
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 741d31a47..ef46671a9 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=16 +XINE_LT_CURRENT=17 XINE_LT_REVISION=0 -XINE_LT_AGE=15 +XINE_LT_AGE=16 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f "${src_dir}/.cvsversion"; then |