From f978a397fb234b7e888db46d4f9ad115aa4eb6fa Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sun, 16 Aug 2015 03:05:19 -0600 Subject: [PATCH] Update the version from 4.0 to 4.0.0. --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index beedc02841..faffbe9bf5 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '4.0'; + return '4.0.0'; } }