diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-06 22:02:37 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-06 22:02:37 +0200 |
commit | 8ce642aa3a921198477b538136e626ce3ac689d1 (patch) | |
tree | ea802d0442f2f4e3914d54f4e0cbeb6ebc0331b9 | |
parent | 2839776b4fe1c282f3f2938d52408a51ca6def96 (diff) | |
download | xine-lib-8ce642aa3a921198477b538136e626ce3ac689d1.tar.gz xine-lib-8ce642aa3a921198477b538136e626ce3ac689d1.tar.bz2 |
Change version so that plugins won't crash because of the wrong libxine being used to load them.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e6f208a27..3c256502d 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=99 #if test $XINE_SUB -eq 0 ; then # XINE_SUBPART=""; |