From 1213d02c49336fc7a5012af6d1cbc41de85cc647 Mon Sep 17 00:00:00 2001 From: Josh North Date: Fri, 12 May 2017 01:23:37 -0400 Subject: [PATCH] Update 'includes/functions.inc.php' --- includes/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.inc.php b/includes/functions.inc.php index d5b2a6b..f57a536 100755 --- a/includes/functions.inc.php +++ b/includes/functions.inc.php @@ -78,7 +78,7 @@ function lang($phrase){ $timenow = date('Y-m-d H:i:s'); // This Version -$yaptc_version = 'yaptc 0.9-beta'; +$yaptc_version = 'yaptc_v1.0-alpha'; // Timezone from config date_default_timezone_set("$yaptc_timezone");