From 8f2c82bbac65047ae2d6b8365b3b1801c806b8c7 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 30 May 2015 20:33:12 +0000 Subject: [PATCH] Minor version update for the development branch updated to 3.9.0. --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index c5b1d13068..7449fb8da4 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.8.3'; + return '3.9.0'; } }