From 86af85d039aa64c1b6c803d60a8f0dfbbfc5befc Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 5 May 2015 08:20:49 +0000 Subject: [PATCH] Release the official version of FusionPBX 3.8. --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index 79c9cc14ca..fc431d628a 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.8 RC 1'; + return '3.8'; } }