C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\mampress\wp-includes\version.php


1
2
3
4
5
6
7
<?php

// This just holds the version number, in a separate file so we can bump it without cluttering the SVN

$wp_version '1.5.2';

?>