mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-19 17:15:16 +01:00
25b644e8ce
git-svn-id: http://svn.automattic.com/wordpress/trunk@3104 1a063a9b-81f0-0310-95a4-ce76da25c4cd
9 lines
182 B
PHP
9 lines
182 B
PHP
<?php
|
|
|
|
// This just holds the version number, in a separate file so we can bump it without cluttering the SVN
|
|
|
|
$wp_version = '1.6-ALPHA-2-still-dont-use';
|
|
$wp_db_version = 3104;
|
|
|
|
?>
|