diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-06 19:31:58 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-06 19:31:58 +0000 |
commit | 92a95760af2c9d32daffbedfdc09f89160f029c3 (patch) | |
tree | 05636bdfaf7f9d571433f94a349a697cd36a8293 | |
parent | 6af116eb09411c44ae193e57a2b8c0a3ba3e1f30 (diff) | |
download | xine-lib-92a95760af2c9d32daffbedfdc09f89160f029c3.tar.gz xine-lib-92a95760af2c9d32daffbedfdc09f89160f029c3.tar.bz2 |
1.1.18.1.1.1.18.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.18.1) 2010-??-?? +xine-lib (1.1.18.1) 2010-03-06 * Oops. compat.c (for DXR3 support) was omitted. * Fix up V4L/V4L2 compilation. Some non-Linux have V4L2 but not V4L. * Fix a size check (wrong variable, causing int/ptr comparison) in rmff.c. diff --git a/configure.ac b/configure.ac index c84dde126..8e2e970d9 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ XINE_MAJOR=1 XINE_MINOR=1 XINE_SUB=18 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 |