From 1a0e6645176f88559924245d3ba3fa9e731b5169 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Mon, 22 Feb 2010 11:58:58 -0500 Subject: [PATCH] update ASDF version to 1.624 --- GNUmakefile | 2 +- asdf.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index c4be8ffc..2ea09732 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ system := "asdf" #user := $(shell basename `echo "$home"`) -user := "gking" +user := "frideau" webhome_private := $(user)@common-lisp.net:/project/asdf/public_html/ webhome_public := "http://common-lisp.net/project/asdf/" clnet_home := "/project/asdf/public_html/" diff --git a/asdf.lisp b/asdf.lisp index cb2100a2..92e7f6e1 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -208,7 +208,7 @@ ;; This parameter isn't actually user-visible ;; -- please use the exported function ASDF:ASDF-VERSION below. ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace - (subseq "VERSION:1.623" (1+ (length "VERSION")))) + (subseq "VERSION:1.624" (1+ (length "VERSION")))) (defun asdf-version () "Exported interface to the version of ASDF currently installed. A string. -- GitLab