[Armedbear-cvs] r14716 - trunk/abcl/src/org/armedbear/lisp
mevenson at common-lisp.net
mevenson at common-lisp.net
Tue Aug 5 17:49:43 UTC 2014
Author: mevenson
Date: Tue Aug 5 17:49:43 2014
New Revision: 14716
Log:
asdf: bless as 3.1.3. Should not have functionally changed.
Modified:
trunk/abcl/src/org/armedbear/lisp/asdf.lisp
Modified: trunk/abcl/src/org/armedbear/lisp/asdf.lisp
==============================================================================
--- trunk/abcl/src/org/armedbear/lisp/asdf.lisp Tue Jul 29 22:55:15 2014 (r14715)
+++ trunk/abcl/src/org/armedbear/lisp/asdf.lisp Tue Aug 5 17:49:43 2014 (r14716)
@@ -1,5 +1,5 @@
;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*-
-;;; This is ASDF 3.1.2.9: Another System Definition Facility.
+;;; This is ASDF 3.1.3: Another System Definition Facility.
;;;
;;; Feedback, bug reports, and patches are all welcome:
;;; please mail to <asdf-devel at common-lisp.net>.
@@ -6658,7 +6658,7 @@
;; "3.4.5.67" would be a development version in the official branch, on top of 3.4.5.
;; "3.4.5.0.8" would be your eighth local modification of official release 3.4.5
;; "3.4.5.67.8" would be your eighth local modification of development version 3.4.5.67
- (asdf-version "3.1.2.9")
+ (asdf-version "3.1.3")
(existing-version (asdf-version)))
(setf *asdf-version* asdf-version)
(when (and existing-version (not (equal asdf-version existing-version)))
More information about the armedbear-cvs
mailing list