From d1d710d058d97935e278a75255068711f25a7b72 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 27 Sep 2012 17:37:33 +0000 Subject: [PATCH] Minor bug fix version update for FusionPBX 3.1.4. --- 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 59a8583277..8bb85c63da 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.3'; + return '3.1.4'; } }