diff options
author | friendica <info@friendica.com> | 2014-08-22 21:37:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-22 21:37:08 -0700 |
commit | 9196c9eef091e7f4a41fbc9452521d6ca2de55a3 (patch) | |
tree | 409292976fe0b3ea818a3f807835883056a09199 /boot.php | |
parent | 255ab8e9c9b86c7d38e03eb0d4913a823086366d (diff) | |
download | volse-hubzilla-9196c9eef091e7f4a41fbc9452521d6ca2de55a3.tar.gz volse-hubzilla-9196c9eef091e7f4a41fbc9452521d6ca2de55a3.tar.bz2 volse-hubzilla-9196c9eef091e7f4a41fbc9452521d6ca2de55a3.zip |
We really can't do this without a hubloc. I was hoping we could, but notifier is setup to take hublocs, not xchans.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1123 ); +define ( 'DB_UPDATE_VERSION', 1124 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |