scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Wordpress 2.0.11
[autoinstalls/wordpress.git]
/
wp-includes
/
version.php
1
<?php
2
3
// This just holds the version number, in a separate file so we can bump it without cluttering the SVN
4
5
$wp_version = '2.0.11';
6
$wp_db_version = 3441;
7
8
?>