Changeset 4761
- Timestamp:
- 01/18/07 03:35:01 (2 years ago)
- Files:
-
- trunk/wp-includes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/version.php
r4750 r4761 3 3 // This holds the version number in a separate file so we can bump it without cluttering the SVN 4 4 5 $wp_version = '2.1- beta4';5 $wp_version = '2.1-RC1'; 6 6 $wp_db_version = 4351; 7 7
