diff options
author | friendica <info@friendica.com> | 2013-09-26 16:25:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-26 16:25:28 -0700 |
commit | edc5566f79c94f7ad994eccc7a8bb0e586961cf4 (patch) | |
tree | 2700d1f415e550a9f2aad009cd0a5eafd1ec9f2e /boot.php | |
parent | 6519433301a571d8e12ffa24b56534bb2e3afe5f (diff) | |
download | volse-hubzilla-edc5566f79c94f7ad994eccc7a8bb0e586961cf4.tar.gz volse-hubzilla-edc5566f79c94f7ad994eccc7a8bb0e586961cf4.tar.bz2 volse-hubzilla-edc5566f79c94f7ad994eccc7a8bb0e586961cf4.zip |
structure for channel unions
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1073 ); +define ( 'DB_UPDATE_VERSION', 1074 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |