diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-12-01 23:19:32 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-12-01 23:19:32 +0000 |
commit | 93495eec666173dae67327ef3cf4f556f1e1737b (patch) | |
tree | 080416b17ea1216d79a2e8c7136e4e60d983e109 | |
parent | c16894fb9a94ebd1f5a6c3fd2b350ff5526ef91c (diff) | |
download | xine-lib-93495eec666173dae67327ef3cf4f556f1e1737b.tar.gz xine-lib-93495eec666173dae67327ef3cf4f556f1e1737b.tar.bz2 |
mark cvs versions as such (so it's easier to see if people complaining on the mailing list are using a cvs checkout instead of a release
CVS patchset: 1156
CVS date: 2001/12/01 23:19:32
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 49dfac1cb..2567e21ab 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ dnl XINE_MAJOR=0 XINE_MINOR=9 XINE_SUB=6 -XINE_PRE="`if test -f ./.cvsversion; then echo cvs;fi`" +XINE_PRE="cvs" XINE_IFACE_AGE=1 XINE_BIN_AGE=1 |