diff options
author | friendica <info@friendica.com> | 2014-05-19 16:49:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-19 16:49:11 -0700 |
commit | 6d01707a724504a34b8e84e87c6601a046de9739 (patch) | |
tree | f062ebc7ef703402ca74a83b4aca8877f3e86aa0 /boot.php | |
parent | ea67b9bda895d30d3115b04ba78db35e6a8b0a74 (diff) | |
download | volse-hubzilla-6d01707a724504a34b8e84e87c6601a046de9739.tar.gz volse-hubzilla-6d01707a724504a34b8e84e87c6601a046de9739.tar.bz2 volse-hubzilla-6d01707a724504a34b8e84e87c6601a046de9739.zip |
more app backend work
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', 1109 ); +define ( 'DB_UPDATE_VERSION', 1110 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |