diff --git a/asdf.asd b/asdf.asd index e9729296dceac3fbf2968a14597eea74b9b133dd..a1b59eb87819aa471958d847f9edd3bcdcc4a6f2 100644 --- a/asdf.asd +++ b/asdf.asd @@ -75,7 +75,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." - :version "3.1.4.12" ;; to be automatically updated by make bump-version + :version "3.1.4.13" ;; to be automatically updated by make bump-version :depends-on () #+asdf3 :encoding #+asdf3 :utf-8 :class #+asdf3.1 package-inferred-system #-asdf3.1 system diff --git a/header.lisp b/header.lisp index b7e57e6bb21e96067d5ae95839d0413798de5966..992918280de7bec768f638e2be146081e38a769d 100644 --- a/header.lisp +++ b/header.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*- -;;; This is ASDF 3.1.4.12: Another System Definition Facility. +;;; This is ASDF 3.1.4.13: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to <asdf-devel@common-lisp.net>. diff --git a/upgrade.lisp b/upgrade.lisp index 86dd9e40f68cc92f287e8cb167b9f06ec8069948..8c2421ecf77b4b963414befef41d9fbd8356b62f 100644 --- a/upgrade.lisp +++ b/upgrade.lisp @@ -67,7 +67,7 @@ previously-loaded version of ASDF." ;; "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.4.12") + (asdf-version "3.1.4.13") (existing-version (asdf-version))) (setf *asdf-version* asdf-version) (when (and existing-version (not (equal asdf-version existing-version))) diff --git a/version.lisp-expr b/version.lisp-expr index bca5d881af049f7d8319e11883bf424fc7b2cce8..84e1a106468e67de04367aaf06ef1df2d0c38559 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.1.4.12" +"3.1.4.13"