diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2011-11-13 01:36:43 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2011-11-13 01:36:43 +0000 |
commit | cd4ee3be9098071d5d403e824fe11ee5255726e8 (patch) | |
tree | cf1a8cfe7fd01bcfab906c5ab3106fc5cf517a00 | |
parent | d8d93da808406dc0bbb1fd2ab2ed63afe1d498d9 (diff) | |
download | xine-lib-cd4ee3be9098071d5d403e824fe11ee5255726e8.tar.gz xine-lib-cd4ee3be9098071d5d403e824fe11ee5255726e8.tar.bz2 |
xine-lib 1.1.20.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 8 |
2 files changed, 6 insertions, 5 deletions
@@ -1,4 +1,5 @@ -xine-lib (1.1.??) 2010-??-?? +xine-lib (1.1.20) 2011-11-13 + * Imagine that there's a large poppy here. * Ensure that file and socket descriptors are marked as CLOEXEC. * Enable FFmpeg's support for AAC LATM audio. * Fix build-time check for dvdnav. diff --git a/configure.ac b/configure.ac index 1f77c6d31..6af7ef7c1 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl XINE_SUB += 1; XINE_PATCH = ''; continue with XINE_LT_* values below dnl XINE_MAJOR=1 XINE_MINOR=1 -XINE_SUB=19 +XINE_SUB=20 dnl XINE_PATCH should be left empty or set to ".1" or ".2" or something similar XINE_PATCH= dnl Release series number (usually $XINE_MAJOR.$XINE_MINOR) @@ -52,12 +52,12 @@ dnl * XINE_LT_AGE is the number of previous API versions still supported by dnl this library dnl * libtool has its own numbering scheme, because local library numbering dnl schemes are platform dependent -dnl * in Linux, the library will be named +dnl * for GNU/Linux, the library will be named dnl libname.so.(XINE_LT_CURRENT - XINE_LT_AGE).XINE_LT_AGE.XINE_LT_REVISION -XINE_LT_CURRENT=30 +XINE_LT_CURRENT=31 XINE_LT_REVISION=0 -XINE_LT_AGE=29 +XINE_LT_AGE=30 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f "${srcdir-.}/.cvsversion"; then |