Update the version from 4.0 to 4.0.0.

This commit is contained in:
markjcrane
2015-08-16 03:05:19 -06:00
parent b3a29bbe2f
commit f978a397fb

View File

@@ -27,7 +27,7 @@
if (!function_exists('software_version')) {
function software_version() {
return '4.0';
return '4.0.0';
}
}