Minor version increment 3.1.2 to mark bug fixes on stable branch.

This commit is contained in:
Mark Crane 2012-09-12 15:55:45 +00:00
parent 8e8740abba
commit d5b4dd9382
1 changed files with 1 additions and 1 deletions

View File

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