diff --git a/asdf.asd b/asdf.asd
index 10e4dc48d3f1219d6dba38cbedbcf755b86a7353..4477f57a2cc12b976ae96b289a7611f867c67dbd 100644
--- a/asdf.asd
+++ b/asdf.asd
@@ -93,7 +93,7 @@
   :licence "MIT"
   :description "Another System Definition Facility"
   :long-description "ASDF builds Common Lisp software organized into defined systems."
-  :version "3.3.4.8" ;; to be automatically updated by make bump-version
+  :version "3.3.4.9" ;; to be automatically updated by make bump-version
   :depends-on ()
   :components ((:module "build" :components ((:file "asdf"))))
   . #-asdf3 () #+asdf3
diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo
index e0fd96346fef318102f8f551a0eb11ce98be3f80..4e76b8c06a51b28981bd3f5169605a5205874e3e 100644
--- a/doc/asdf.texinfo
+++ b/doc/asdf.texinfo
@@ -65,7 +65,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 @titlepage
 @title ASDF: Another System Definition Facility
-@subtitle Manual for Version 3.3.4.8
+@subtitle Manual for Version 3.3.4.9
 @c The following two commands start the copyright page.
 @page
 @vskip 0pt plus 1filll
@@ -82,7 +82,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 @node Top, Introduction, (dir), (dir)
 @top ASDF: Another System Definition Facility
 @ifnottex
-Manual for Version 3.3.4.8
+Manual for Version 3.3.4.9
 @end ifnottex
 
 
diff --git a/header.lisp b/header.lisp
index a70d1246c7c156e744eb4f4680408a7fecd02ca7..98338f4dc0188ccab03eee0f5acd64b9cf111f01 100644
--- a/header.lisp
+++ b/header.lisp
@@ -1,5 +1,5 @@
 ;;; -*- mode: Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*-
-;;; This is ASDF 3.3.4.8: Another System Definition Facility.
+;;; This is ASDF 3.3.4.9: Another System Definition Facility.
 ;;;
 ;;; Feedback, bug reports, and patches are all welcome:
 ;;; please mail to <asdf-devel@common-lisp.net>.
diff --git a/uiop/version.lisp b/uiop/version.lisp
index 0f11108c21d7daa3bbf7b81389c93a731a295322..0945865f48fde309870e3313075b0c35f2742e04 100644
--- a/uiop/version.lisp
+++ b/uiop/version.lisp
@@ -12,7 +12,7 @@
 (in-package :uiop/version)
 
 (with-upgradability ()
-  (defparameter *uiop-version* "3.3.4.8")
+  (defparameter *uiop-version* "3.3.4.9")
 
   (defun unparse-version (version-list)
     "From a parsed version (a list of natural numbers), compute the version string"
diff --git a/upgrade.lisp b/upgrade.lisp
index 39e5900f4a1b079cdd2c795e602db8fb85f09a52..fca3d94e18c4baa2fee4ff4cf0841a2382660797 100644
--- a/upgrade.lisp
+++ b/upgrade.lisp
@@ -94,7 +94,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.3.4.8")
+         (asdf-version "3.3.4.9")
          (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 8495faba99c2bd8d43fac0395912bebc8b7300d3..79fc327f78761e45cc8c721f4d22eb33c931418d 100644
--- a/version.lisp-expr
+++ b/version.lisp-expr
@@ -1,2 +1,2 @@
-"3.3.4.8"
+"3.3.4.9"