diff options
| author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-11-28 21:35:20 +0000 |
|---|---|---|
| committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-11-28 21:35:20 +0000 |
| commit | 157c020ba6d577c45678b7b59f96b3ca646fa525 (patch) | |
| tree | 747fc2295751a0035f846c28c2e03c0a166892d2 | |
| parent | b256f9755df56f45c6df438c5824d737509bc235 (diff) | |
| download | xine-lib-157c020ba6d577c45678b7b59f96b3ca646fa525.tar.gz xine-lib-157c020ba6d577c45678b7b59f96b3ca646fa525.tar.bz2 | |
Fix cvs version
CVS patchset: 1125
CVS date: 2001/11/28 21:35:20
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 863acb92f..cae6e0a2c 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ dnl XINE_MAJOR=0 XINE_MINOR=9 XINE_SUB=6 -XINE_PRE="" +XINE_PRE="`if test -f ./.cvsversion; then echo cvs;fi`" XINE_IFACE_AGE=1 XINE_BIN_AGE=1 |
