Bump version to 3.0.1.2 master
authorFrancois-Rene Rideau <tunes@google.com>
Wed, 22 May 2013 03:14:12 +0000 (23:14 -0400)
committerFrancois-Rene Rideau <tunes@google.com>
Wed, 22 May 2013 03:24:58 +0000 (23:24 -0400)
asdf.asd
header.lisp
upgrade.lisp
version.lisp-expr

index 7e44b52..7664f49 100644 (file)
--- a/asdf.asd
+++ b/asdf.asd
@@ -74,7 +74,7 @@
   :licence "MIT"
   :description "Another System Definition Facility"
   :long-description "ASDF builds Common Lisp software organized into defined systems."
-  :version "3.0.1" ;; to be automatically updated by make bump-version
+  :version "3.0.1.2" ;; to be automatically updated by make bump-version
   :depends-on ()
   #+asdf3 :encoding #+asdf3 :utf-8
   ;; For most purposes, asdf itself specially counts as a builtin system.
index 38b2d9b..f49d660 100644 (file)
@@ -1,5 +1,5 @@
 ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*-
-;;; This is ASDF 3.0.1.1: Another System Definition Facility.
+;;; This is ASDF 3.0.1.2: Another System Definition Facility.
 ;;;
 ;;; Feedback, bug reports, and patches are all welcome:
 ;;; please mail to <asdf-devel@common-lisp.net>.
index f85e606..bdcaaac 100644 (file)
@@ -52,7 +52,7 @@ You can compare this string with e.g.: (ASDF:VERSION-SATISFIES (ASDF:ASDF-VERSIO
          ;; "3.4.5.67" would be a development version in the official upstream 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.0.1.1")
+         (asdf-version "3.0.1.2")
          (existing-version (asdf-version)))
     (setf *asdf-version* asdf-version)
     (when (and existing-version (not (equal asdf-version existing-version)))
index cea4a93..dbfa6e6 100644 (file)
@@ -1 +1 @@
-"3.0.1.1"
+"3.0.1.2"