Version bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<?php
|
||||
|
||||
/* This file sets various arrays and variables for use in WordPress */
|
||||
|
||||
# WordPress version
|
||||
$wp_version = '1.0.1';
|
||||
require(ABSPATH . 'wp-includes/version.php');
|
||||
|
||||
# BBcode search and replace arrays
|
||||
$wp_bbcode['in'] = array(
|
||||
|
||||
7
wp-includes/version.php
Normal file
7
wp-includes/version.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
// This just holds the version number, in a seperate file so we can bump it without cluttering the CVS
|
||||
|
||||
$wp_version = '1.1-alpha';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user