diff options
author | hadess@cookie.hadess.net <none@none> | 2007-05-05 01:03:47 +0100 |
---|---|---|
committer | hadess@cookie.hadess.net <none@none> | 2007-05-05 01:03:47 +0100 |
commit | 89a988361909cc345663d8f7d777a006a605e9c9 (patch) | |
tree | 7c2f72736e7fdc22b15844580a38f54e54d7939d | |
parent | 643c083ce09d285ad3a93187a5224472c159542a (diff) | |
download | xine-lib-89a988361909cc345663d8f7d777a006a605e9c9.tar.gz xine-lib-89a988361909cc345663d8f7d777a006a605e9c9.tar.bz2 |
Up the version number in HG so we can check for the _x_io_select fix
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b43bd1b8f..003af6722 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl XINE_SUB += 1; continue with XINE_LT_* values below dnl XINE_MAJOR=1 XINE_MINOR=1 -XINE_SUB=6 +XINE_SUB=7 #if test $XINE_SUB -eq 0 ; then # XINE_SUBPART=""; |