diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-07 17:55:06 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-07 17:55:06 +0000 |
commit | a8d2186af1722c00b4cb9b045d96a5b16f29f7e7 (patch) | |
tree | b325092aa6015de564c89ee46e2f851faca3e1fa /configure.ac | |
parent | 8c4abd6c7e4dea263e699048137763967858a859 (diff) | |
download | xine-lib-a8d2186af1722c00b4cb9b045d96a5b16f29f7e7.tar.gz xine-lib-a8d2186af1722c00b4cb9b045d96a5b16f29f7e7.tar.bz2 |
1.1.10.1, not 1.1.11.
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 5b68c369e..6ba204361 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ XINE_MAJOR=1 XINE_MINOR=1 XINE_SUB=10 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=""; |