diff --git a/readme.html b/readme.html
index 329e330cb5..95e1c1720b 100644
--- a/readme.html
+++ b/readme.html
@@ -8,7 +8,7 @@
-
Version 2.8.3
+
Version 2.8.4
Semantic Personal Publishing Platform
@@ -29,7 +29,7 @@
Upgrading
Before you upgrade anything, make sure you have backup copies of any files you may have modified such as index.php
.
-Upgrading from any previous WordPress to 2.8.3:
+Upgrading from any previous WordPress to 2.8.4:
- Delete your old WP files, saving ones you've modified.
- Upload the new files.
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 05e585cbbe..22b86360b1 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -8,7 +8,7 @@
*
* @global string $wp_version
*/
-$wp_version = '2.8.3';
+$wp_version = '2.8.4';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.