Minor version update to 3.1.1 this release includes bug fixes only.

This commit is contained in:
Mark Crane 2012-08-26 12:08:51 +00:00
parent 92a15c822e
commit 0d9a16bb82
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.1';
return '3.1.1';
}
}