root/branches/2.0/wp-includes/version.php

Revision 6067, 168 bytes (checked in by markjaquith, 1 year ago)

Preparing for 2.0.12

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <?php
2
3 // This just holds the version number, in a separate file so we can bump it without cluttering the SVN
4
5 $wp_version = '2.0.12-alpha';
6 $wp_db_version = 3441;
7
8 ?>
9
Note: See TracBrowser for help on using the browser.