Changeset 863
- Timestamp:
- 07/03/06 20:56:30 (2 years ago)
- Files:
-
- tags/0.32/src/lib/wp-includes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/0.32/src/lib/wp-includes/version.php
r846 r863 3 3 // This just holds the version number, in a separate file so we can bump it without cluttering the SVN 4 4 5 $wp_version = '0.32 -RC3';5 $wp_version = '0.32'; 6 6 $wp_db_version = 2; 7 7
