diff options
author | friendica <info@friendica.com> | 2014-01-21 00:19:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-21 00:19:53 -0800 |
commit | 8a5c7470104af34f838a889c429e27aa3143d40b (patch) | |
tree | a2eee0bb9b96278ed14f337cd5d88099fba11ce4 /boot.php | |
parent | 35733ca013e8a113bfd546d5d47f64a83946bc51 (diff) | |
download | volse-hubzilla-8a5c7470104af34f838a889c429e27aa3143d40b.tar.gz volse-hubzilla-8a5c7470104af34f838a889c429e27aa3143d40b.tar.bz2 volse-hubzilla-8a5c7470104af34f838a889c429e27aa3143d40b.zip |
move some store things
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1091 ); +define ( 'DB_UPDATE_VERSION', 1092 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |