diff --git a/asdf.asd b/asdf.asd
index 44dd0c80ef60aa3d5a43a837a09d814cd9d940ca..21e646c8c9af1374bffab9d3e4d69494855afd86 100644
--- 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 "2.28.1" ;; to be automatically updated by make bump-version
+  :version "2.28.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.
diff --git a/driver.lisp b/driver.lisp
index 48334b9ef6e9e2535c73e7040d2cfc6b8bd45314..a9f3d87f347b055e06bd86ee4afca85ad22e85a6 100644
--- a/driver.lisp
+++ b/driver.lisp
@@ -2,7 +2,7 @@
 ;;;; Re-export all the functionality in asdf/driver
 
 (asdf/package:define-package :asdf/driver
-  (:nicknames :d :asdf-driver :asdf-utils)
+  (:nicknames :asdf-driver :asdf-utils)
   (:use :asdf/common-lisp :asdf/package :asdf/utility
     :asdf/os :asdf/pathname :asdf/stream :asdf/filesystem :asdf/image
    :asdf/run-program :asdf/lisp-build
diff --git a/header.lisp b/header.lisp
index f304b721e4ae4bf6ba3295a472d55522e594d80d..cb2a9f2172863114a862d9504281f9a6cc0744e4 100644
--- a/header.lisp
+++ b/header.lisp
@@ -1,5 +1,5 @@
 ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*-
-;;; This is ASDF 2.28.1: Another System Definition Facility.
+;;; This is ASDF 2.28.2: 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 408beee7504e8210cdb9fdc5adde7ab855d073c1..5913e781dea6c75314c5901804363110f4ef4ac4 100644
--- a/upgrade.lisp
+++ b/upgrade.lisp
@@ -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 "2.28.1")
+         (asdf-version "2.28.2")
          (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 e6252c42b462fd29dae3f4d4b384f22b52efe461..35aee76cfe5f5594483868142433861a35db1fc4 100644
--- a/version.lisp-expr
+++ b/version.lisp-expr
@@ -1 +1 @@
-"2.28.1"
+"2.28.2"