Changeset 3825

Show
Ignore:
Timestamp:
06/01/06 07:47:02 (3 years ago)
Author:
ryan
Message:

Verbump

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.0/wp-includes/version.php

    r3813 r3825  
    33// This just holds the version number, in a separate file so we can bump it without cluttering the SVN 
    44 
    5 $wp_version = '2.0.3-beta'; 
    6 $wp_db_version = 3310; 
     5$wp_version = '2.0.3'; 
     6$wp_db_version = 3440; 
    77 
    88?>