From 00fdb3dbc3e225f87a2f6c05202731e78a2e9ae0 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 27 Sep 2012 02:33:08 +0000 Subject: [PATCH] Minor bug fix version update for FusionPBX 3.1.3. --- 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 83fb31f00a..59a8583277 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.2'; + return '3.1.3'; } }