From 2be81da1229f3eeb9f0d4a25df5c33e54abd7af8 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 19 Jan 2013 20:10:54 +0000 Subject: [PATCH] Update the version to FusionPBX 3.2. --- 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 8bb85c63da..c1e2f7f6fc 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.4'; + return '3.2'; } }