From 75ee47d7b95b70d052c63b34f20bb358c70b3e2d Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 2 May 2013 03:27:02 +0000 Subject: [PATCH] Change the version to FusionPBX 3.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 5806d1a4fb..e918e38161 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.2'; + return '3.3'; } }