diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-11 23:59:05 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-11 23:59:05 +0000 |
commit | dad06b2068c94f1af545582ce54446c3cfece30d (patch) | |
tree | 46b308fecfdaf0add639caed8a4af01d24244a19 | |
parent | b63e8ade0bf9804bd0ccf1dcbc831622a7e30ad2 (diff) | |
download | xine-lib-dad06b2068c94f1af545582ce54446c3cfece30d.tar.gz xine-lib-dad06b2068c94f1af545582ce54446c3cfece30d.tar.bz2 |
xine-lib 1.1.16.1.xine-lib-1_1_16_1-release1.1.16.1
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -xine-lib (1.1.17) 2009-??-?? +xine-lib (1.1.16.1) 2009-01-11 * Fix build with older ffmpeg, both internal and in Debian 5.0. * Add version check for CACA library and disable CACA plugin if needed * Fix playback of some H.264 files (broken in 1.1.16). diff --git a/configure.ac b/configure.ac index 167312e56..f23a97b0b 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ XINE_MAJOR=1 XINE_MINOR=1 XINE_SUB=16 dnl XINE_PATCH should be left empty or set to ".1" or ".2" or something similar -XINE_PATCH= +XINE_PATCH=.1 dnl Release series number (usually $XINE_MAJOR.$XINE_MINOR) XINE_SERIES=1.1 |