Update dev branch version to 3.7.1

This commit is contained in:
Mark Crane
2014-08-22 08:19:59 +00:00
parent a6c6e8b945
commit 7ae7671a3e

View File

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