diff options
author | friendica <info@friendica.com> | 2014-08-17 19:06:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-17 19:06:56 -0700 |
commit | 4a76925787672ede57e0d36c890ffb08b6d32ed4 (patch) | |
tree | e61d21fbde2020027fd0c9dd132c0cb8f998d262 /boot.php | |
parent | de1198ccfe113c848482ba0ba21bc9f24caca8a8 (diff) | |
download | volse-hubzilla-4a76925787672ede57e0d36c890ffb08b6d32ed4.tar.gz volse-hubzilla-4a76925787672ede57e0d36c890ffb08b6d32ed4.tar.bz2 volse-hubzilla-4a76925787672ede57e0d36c890ffb08b6d32ed4.zip |
some more work on realms
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', 1122 ); +define ( 'DB_UPDATE_VERSION', 1123 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |