From d5b4dd93820df12e2befb6ab6f1144779fe5a5fb Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 12 Sep 2012 15:55:45 +0000 Subject: [PATCH] Minor version increment 3.1.2 to mark bug fixes on stable branch. --- includes/lib_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/lib_functions.php b/includes/lib_functions.php index 55ad257ab6..83fb31f00a 100644 --- a/includes/lib_functions.php +++ b/includes/lib_functions.php @@ -26,7 +26,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.1.1'; + return '3.1.2'; } }