* ...to a version that has correct *asdf-revision*.
-;;; 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
;;; <cclan-list@lists.sf.net>. But note first that the canonical
(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
;;; 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"