diff --git a/asdf.asd b/asdf.asd
index 5aaabde1780c381dda7a5a2f212e4ea1c7ae21af..c576e1b642673781c5b2335955f805a04d69b459 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.0.78" ;; to be automatically updated by make bump-version
+  :version "3.1.0.79" ;; to be automatically updated by make bump-version
   :depends-on ()
   #+asdf3 :encoding #+asdf3 :utf-8
   :class #.(if (find-class 'package-system nil) 'package-system 'system)
diff --git a/header.lisp b/header.lisp
index 481b52ee6e9bc1460ab74444fef7f8737bf97589..3d0a3465c25695aeb5067e08257163d1f69d81c7 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.0.78: Another System Definition Facility.
+;;; This is ASDF 3.1.0.79: 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 f19caa5bbd251c5bf623fdd8e33e203837a8b8f4..f7180121769278747400acc858d0eb79560c15ee 100644
--- a/upgrade.lisp
+++ b/upgrade.lisp
@@ -66,7 +66,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.0.78")
+         (asdf-version "3.1.0.79")
          (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 a8c6731c8123f97a0c881674a60e55eed9c577a6..c3c9f4b54b7c36ba0bafe550e2ccff39e41e2692 100644
--- a/version.lisp-expr
+++ b/version.lisp-expr
@@ -1,2 +1,2 @@
-"3.1.0.78"
+"3.1.0.79"