[cmucl-commit] [git] CMU Common Lisp branch master updated.	ffb74f8e8782c4f9f3d0a2a420d597150214e4e0
    Raymond Toy 
    rtoy at common-lisp.net
       
    Tue Sep 27 19:17:52 CEST 2011
    
    
  
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".
The branch, master has been updated
       via  ffb74f8e8782c4f9f3d0a2a420d597150214e4e0 (commit)
      from  fb4bc6b804467359a1072b14f16b2939f970f7fd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ffb74f8e8782c4f9f3d0a2a420d597150214e4e0
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Tue Sep 27 10:17:43 2011 -0700
    Don't say "CVS Head" in the default version string.
diff --git a/tools/build-all.sh b/tools/build-all.sh
index ae8cc04..733b9e4 100755
--- a/tools/build-all.sh
+++ b/tools/build-all.sh
@@ -33,7 +33,7 @@ usage ()
     echo "    -U        Update and overwite the CVS translations files."
 }
 
-VERSION="CVS Head `date '+%Y-%m-%d %H:%M:%S'`"
+VERSION="`date '+%Y-%m-%d %H:%M:%S'`"
 BASE=build
 CREATE_OPT=""
 
-----------------------------------------------------------------------
Summary of changes:
 tools/build-all.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
-- 
CMU Common Lisp
    
    
More information about the cmucl-commit
mailing list