From df0c77ccd3b655ee84126d5280abcff340ac04c8 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 5 Oct 2018 11:17:00 +0200 Subject: bump version --- boot.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boot.php b/boot.php index 807022283..ef70dcba3 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.7.4' ); +define ( 'STD_VERSION', '3.8RC' ); define ( 'ZOT_REVISION', '6.0a' ); @@ -1056,7 +1056,6 @@ class App { self::$observer = $xchan; } - public static function get_observer() { return self::$observer; } -- cgit v1.2.3