From 62a1800ea23c90e48e6d49c7122793d0c3ce4d7d Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@sift.net>
Date: Mon, 29 Jun 2015 21:09:31 -0500
Subject: [PATCH] Bump version to 3.1.4.16

---
 Makefile          | 7 ++++---
 asdf.asd          | 2 +-
 header.lisp       | 2 +-
 test/run-tests.sh | 2 +-
 upgrade.lisp      | 2 +-
 version.lisp-expr | 2 +-
 6 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/Makefile b/Makefile
index f3ec03b5a..2a022a70f 100644
--- a/Makefile
+++ b/Makefile
@@ -120,9 +120,10 @@ push:
 	git fetch
 	git status
 
-doc:
-	${MAKE} -C doc
-
+# doc:
+# 	${MAKE} -C doc
+# don't have the toolchain to build docs installed...
+doc: ;
 website:
 	${MAKE} -C doc website
 
diff --git a/asdf.asd b/asdf.asd
index e31bd154c..349635337 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.15" ;; to be automatically updated by make bump-version
+  :version "3.1.4.16" ;; 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 031e673f7..b50d70ded 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.15: Another System Definition Facility.
+;;; This is ASDF 3.1.4.16: Another System Definition Facility.
 ;;;
 ;;; Feedback, bug reports, and patches are all welcome:
 ;;; please mail to <asdf-devel@common-lisp.net>.
diff --git a/test/run-tests.sh b/test/run-tests.sh
index 3db381653..dbd8032e4 100755
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -222,7 +222,7 @@ case "$lisp" in
     ALLEGRO=$command ; export ALLEGRO
     flags="-q"
     nodebug="-batch"
-    if [ "$os" = windows ] && [ -z "$ALLEGRO_NOISY" ] ; then bcmd="$command +c $flags" ; fi
+#    if [ "$os" = windows ] && [ -z "$ALLEGRO_NOISY" ] ; then bcmd="$command +c $flags" ; fi
     eval="-e" ;;
   ccl)
     command="${CCL:-ccl}"
diff --git a/upgrade.lisp b/upgrade.lisp
index 911b53d58..247373fe2 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.15")
+         (asdf-version "3.1.4.16")
          (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 4b322cce7..3f8fe3ff8 100644
--- a/version.lisp-expr
+++ b/version.lisp-expr
@@ -1,2 +1,2 @@
-"3.1.4.15"
+"3.1.4.16"
 
-- 
GitLab