From ecb9714eb7753b4fd54317e9512459b9c2146c9b Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Wed, 5 Feb 2003 13:03:27 +0000 Subject: [PATCH] 0.7.12.21: As per Johannes Groedem sbcl-devel 2003-01-28, use the simplest invocation of hostname(1) possible, to avoid e.g. attempting to set the system hostname. --- make-config.sh | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make-config.sh b/make-config.sh index bcbe481..9c2a5ba 100644 --- a/make-config.sh +++ b/make-config.sh @@ -171,5 +171,5 @@ echo ')' >> $ltf # Make a unique ID for this build (to discourage people from # mismatching sbcl and *.core files). -echo '"'`hostname -s`-`whoami`-`date +%F-%H-%M-%S`'"' > output/build-id.tmp +echo '"'`hostname`-`whoami`-`date +%F-%H-%M-%S`'"' > output/build-id.tmp diff --git a/version.lisp-expr b/version.lisp-expr index b82b85c..7df262c 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.12.20" +"0.7.12.21" -- 1.7.10.4