From 14d02c30c143df90eb1b0e7f0161fc6400cf4c7c Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 2 Dec 2013 23:15:42 +0000 Subject: [PATCH] Update the 3.7 branch's version numbers. fixes #25985. git-svn-id: https://develop.svn.wordpress.org/branches/3.7@26546 602fd350-edb4-49c9-b593-d223f7449a82 --- src/readme.html | 2 +- src/wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/readme.html b/src/readme.html index 820583e4af..2ccaa4a2dd 100644 --- a/src/readme.html +++ b/src/readme.html @@ -8,7 +8,7 @@

WordPress -
Version 3.7 +
Version 3.7.2

Semantic Personal Publishing Platform

diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 440c4b26da..fdb4b664c9 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.7.1-src'; +$wp_version = '3.7.2-alpha-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.