diff options
author | Andrew Manning <tamanning@zoho.com> | 2017-01-29 20:02:34 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2017-01-29 20:02:34 -0500 |
commit | b58d56826bf9fd74a70a25848113c80baeeb8dfc (patch) | |
tree | 17b98611cb4af1ffc0dc4b85c0d173b0231b9f9f /boot.php | |
parent | e770768b790f2441ef5371910568ff3bf6680dab (diff) | |
parent | dbf7ff979122ea0f8877e9ae4b16590f280593ef (diff) | |
download | volse-hubzilla-b58d56826bf9fd74a70a25848113c80baeeb8dfc.tar.gz volse-hubzilla-b58d56826bf9fd74a70a25848113c80baeeb8dfc.tar.bz2 volse-hubzilla-b58d56826bf9fd74a70a25848113c80baeeb8dfc.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,13 +45,14 @@ require_once('include/channel.php'); require_once('include/connections.php'); require_once('include/account.php'); require_once('include/zid.php'); +require_once('include/xchan.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '2.1' ); define ( 'ZOT_REVISION', '1.2' ); -define ( 'DB_UPDATE_VERSION', 1187 ); +define ( 'DB_UPDATE_VERSION', 1188 ); define ( 'PROJECT_BASE', __DIR__ ); |