diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-12-01 01:52:53 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-12-01 01:52:53 +0000 |
commit | 96b594fd1c2ace84eec5770ff720948d4ca974d0 (patch) | |
tree | d325bc9786f98192339cb4fa8c1fd3ce881bc2e5 | |
parent | 0788850a343aedac79b5db636e99a8545bb4214e (diff) | |
download | xine-lib-96b594fd1c2ace84eec5770ff720948d4ca974d0.tar.gz xine-lib-96b594fd1c2ace84eec5770ff720948d4ca974d0.tar.bz2 |
1.1.17.1.1.17
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index c9a8557df..df262cc26 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=16 +XINE_SUB=17 dnl XINE_PATCH should be left empty or set to ".1" or ".2" or something similar -XINE_PATCH=.3 +XINE_PATCH= dnl Release series number (usually $XINE_MAJOR.$XINE_MINOR) XINE_SERIES=1.1 @@ -54,9 +54,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=27 -XINE_LT_REVISION=1 -XINE_LT_AGE=26 +XINE_LT_CURRENT=28 +XINE_LT_REVISION=0 +XINE_LT_AGE=27 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f "${srcdir-.}/.cvsversion"; then |