From 52b83ae03f82ed132e1ea591ed97bad0e14e5663 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 29 Jun 2011 18:23:30 +0000 Subject: [PATCH] Bump, 3.1.4 git-svn-id: http://svn.automattic.com/wordpress/branches/3.1@18377 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 5ef6c5c110a..c0e30f1a643 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -22,7 +22,7 @@ * * @global string $wp_version */ -$wp_version = '3.1.4-alpha-18371'; +$wp_version = '3.1.4'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.