-
+ AB5CB59709EFC43E05EFA5F08A5B76658045937D0FA0CDE2191F88ED3DB3F5A5CCF696706EA5F8EF4E105D380A54A636C841538359416365B0ED98B71487EDFF
mp-wp/wp-includes/version.php
(0 . 0)(1 . 20)
156008 <?php
156009 /**
156010 * This holds the version number in a separate file so we can bump it without cluttering the SVN
156011 */
156012
156013 /**
156014 * The WordPress version string
156015 *
156016 * @global string $wp_version
156017 */
156018 $wp_version = '2.7';
156019
156020 /**
156021 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
156022 *
156023 * @global int $wp_db_version
156024 */
156025 $wp_db_version = 9872;
156026
156027 ?>