mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-19 17:15:16 +01:00
6fd6b1080d
git-svn-id: http://svn.automattic.com/wordpress/trunk@1435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
8 lines
142 B
PHP
8 lines
142 B
PHP
<?php
|
|
|
|
// This just holds the version number, in a separate file so we can bump it without cluttering the CVS
|
|
|
|
$wp_version = '1.3-alpha';
|
|
|
|
?>
|