diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-03-30 15:06:16 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-03-30 15:06:16 +0100 |
commit | 09af51d0f72fdf51ad170c02a3841aed00460453 (patch) | |
tree | 20cb99474d4309bc8d5996943ef854d029f09eca /configure.ac | |
parent | 58756f9cb4c8f68fb6ccb0314da33a5462393380 (diff) | |
download | xine-lib-1.1.11.1.tar.gz xine-lib-1.1.11.1.tar.bz2 |
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 15420b823..d4a817025 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ XINE_MAJOR=1 XINE_MINOR=1 XINE_SUB=11 dnl XINE_PATCH should be left empty or set to ".1" or ".2" or something similar -XINE_PATCH= +XINE_PATCH=.1 dnl if test $XINE_SUB -eq 0 ; then dnl XINE_SUBPART=""; |