bump version
This commit is contained in:
3
boot.php
3
boot.php
@@ -50,7 +50,7 @@ require_once('include/attach.php');
|
|||||||
require_once('include/bbcode.php');
|
require_once('include/bbcode.php');
|
||||||
|
|
||||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||||
define ( 'STD_VERSION', '3.7.4' );
|
define ( 'STD_VERSION', '3.8RC' );
|
||||||
define ( 'ZOT_REVISION', '6.0a' );
|
define ( 'ZOT_REVISION', '6.0a' );
|
||||||
|
|
||||||
|
|
||||||
@@ -1056,7 +1056,6 @@ class App {
|
|||||||
self::$observer = $xchan;
|
self::$observer = $xchan;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static function get_observer() {
|
public static function get_observer() {
|
||||||
return self::$observer;
|
return self::$observer;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user