mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-19 00:20:19 -07:00
Also tag with precise hour, for sometimes more than one bug is fixed on one day
This commit is contained in:
parent
81a20e82cd
commit
2d1a535eb8
2 changed files with 2 additions and 2 deletions
|
|
@ -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: ()
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue