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 d060fd8b70
commit 8f2c82bbac
1 changed files with 1 additions and 1 deletions

View File

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