diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-05 11:17:00 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-05 11:17:00 +0200 |
commit | df0c77ccd3b655ee84126d5280abcff340ac04c8 (patch) | |
tree | 067f1c3325c967a7453a0930a7e049276d910498 /boot.php | |
parent | 1eaf6df842184743ee20ec69931be1ff7136f34e (diff) | |
download | volse-hubzilla-df0c77ccd3b655ee84126d5280abcff340ac04c8.tar.gz volse-hubzilla-df0c77ccd3b655ee84126d5280abcff340ac04c8.tar.bz2 volse-hubzilla-df0c77ccd3b655ee84126d5280abcff340ac04c8.zip |
bump version
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; } |