From 56448bbdbfbde5957c4eb4a9a0940050a041c5a3 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 18 Aug 2012 09:58:50 +0000 Subject: [PATCH] FusionPBX version 3.1 release. --- 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 fbfd77d573..695e8fc588 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.0.4'; + return '3.1'; } }