From 0d9a16bb820847962ba2be003af2ad56b2a2a300 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 26 Aug 2012 12:08:51 +0000 Subject: [PATCH] Minor version update to 3.1.1 this release includes bug fixes only. --- 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 695e8fc588..a448070c6d 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'; + return '3.1.1'; } }