diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-04-03 16:29:00 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-04-03 16:29:00 +0100 |
commit | 406edde7570e42ba439b1b2177616528277fe423 (patch) | |
tree | bc707e76843d313d903a13e2f5ca902e1dd07b94 /configure.ac | |
parent | 1e81086a8196e09868e3726609b322f6acfabd04 (diff) | |
download | xine-lib-1.1.16.3.tar.gz xine-lib-1.1.16.3.tar.bz2 |
1.1.16.3.xine-lib-1_1_16_3-release1.1.16.3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 595b7b3f5..929375515 100644 --- a/configure.ac +++ b/configure.ac @@ -17,9 +17,9 @@ dnl XINE_SUB += 1; XINE_PATCH = ''; continue with XINE_LT_* values below dnl XINE_MAJOR=1 XINE_MINOR=1 -XINE_SUB=17 +XINE_SUB=16 dnl XINE_PATCH should be left empty or set to ".1" or ".2" or something similar -XINE_PATCH= +XINE_PATCH=.3 dnl Release series number (usually $XINE_MAJOR.$XINE_MINOR) XINE_SERIES=1.1 @@ -55,7 +55,7 @@ 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=27 -XINE_LT_REVISION=0 +XINE_LT_REVISION=1 XINE_LT_AGE=26 dnl for a release tarball do "rm .cvsversion" before "make dist" |