Version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@803 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
48b85fef22
commit
b158b9348d
@ -1,9 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/* This file sets various arrays and variables for use in WordPress */
|
/* This file sets various arrays and variables for use in WordPress */
|
||||||
|
require(ABSPATH . 'wp-includes/version.php');
|
||||||
# WordPress version
|
|
||||||
$wp_version = '1.0.1';
|
|
||||||
|
|
||||||
# BBcode search and replace arrays
|
# BBcode search and replace arrays
|
||||||
$wp_bbcode['in'] = array(
|
$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';
|
||||||
|
|
||||||
|
?>
|
Loading…
x
Reference in New Issue
Block a user