Update dev branch version to 3.7.1

This commit is contained in:
Mark Crane 2014-08-22 08:19:59 +00:00
parent cba59236ee
commit f6e9d52830
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
if (!function_exists('software_version')) {
function software_version() {
return '3.7.0';
return '3.7.1';
}
}