diff --git a/wp-activate.php b/wp-activate.php index 0f6181a5d1..b13279af6b 100644 --- a/wp-activate.php +++ b/wp-activate.php @@ -125,7 +125,7 @@ get_header( 'wp-activate' );
diff --git a/wp-includes/version.php b/wp-includes/version.php index 03e8f7dc52..7e488af85d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38663'; +$wp_version = '4.7-alpha-38664'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.