Minor version update for the development branch updated to 3.9.0.

This commit is contained in:
Mark Crane
2015-05-30 20:33:12 +00:00
parent af6cd139c2
commit 163413cb85

View File

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