Also tag with precise hour, for sometimes more than one bug is fixed on one day

This commit is contained in:
jgarcia 2007-10-13 09:40:17 +00:00
parent 81a20e82cd
commit 2d1a535eb8
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ Returns, as a string, the location of the machine on which ECL runs."
(defun lisp-implementation-version ()
"Args:()
Returns the version of your ECL as a string."
"@PACKAGE_VERSION@ (CVS 2007-10-13)")
"@PACKAGE_VERSION@ (CVS 2007-10-13 11:39)")
(defun machine-type ()
"Args: ()

View file

@ -1,5 +1,5 @@
#!/bin/sh
k="CVS `date +"%Y-%m-%d"`"
k="CVS `date +"%Y-%m-%d %H:%M"`"
file="src/lsp/config.lsp.in"
if [ -f $file ]; then
echo "Tagging ECL with date $k"