From 47ccd7d89c0266c2d7716ae162cd6205e2c05809 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 15 Feb 2008 14:42:30 +0000 Subject: [PATCH] 1.0.14.29: update ASDF again * ...to a version that has correct *asdf-revision*. --- contrib/asdf/asdf.lisp | 4 ++-- version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/asdf/asdf.lisp b/contrib/asdf/asdf.lisp index bcd0410..73999f7 100644 --- a/contrib/asdf/asdf.lisp +++ b/contrib/asdf/asdf.lisp @@ -1,4 +1,4 @@ -;;; This is asdf: Another System Definition Facility. 1.114 +;;; This is asdf: Another System Definition Facility. 1.115 ;;; ;;; Feedback, bug reports, and patches are all welcome: please mail to ;;; . But note first that the canonical @@ -116,7 +116,7 @@ (in-package #:asdf) -(defvar *asdf-revision* (let* ((v "1.111") +(defvar *asdf-revision* (let* ((v "1.115") (colon (or (position #\: v) -1)) (dot (position #\. v))) (and v colon dot diff --git a/version.lisp-expr b/version.lisp-expr index 011c438..1664fa2 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.14.28" +"1.0.14.29" -- 1.7.10.4