diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-13 17:38:55 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-13 17:38:55 +0100 |
commit | bc45563b549cfe9d513d12f4ed8214cabe2018c9 (patch) | |
tree | 7dedcdbbf8792353194bee2077d507cc76f5fefd | |
parent | 68ce0fb669ae106bf4a97a836b4722ee32259390 (diff) | |
download | xine-lib-bc45563b549cfe9d513d12f4ed8214cabe2018c9.tar.gz xine-lib-bc45563b549cfe9d513d12f4ed8214cabe2018c9.tar.bz2 |
Bump version no.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e32ae5b31..952c55327 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=5 +XINE_SUB=6 #if test $XINE_SUB -eq 0 ; then # XINE_SUBPART=""; |