diff options
author | habeascodice <habeascodice@federated.social> | 2014-10-15 17:26:07 -0700 |
---|---|---|
committer | habeascodice <habeascodice@federated.social> | 2014-10-15 17:26:07 -0700 |
commit | cf58122b29b7576a27b0f0561d90b87d9a0623dd (patch) | |
tree | cb06b26e88a61c43dc430417b5957cd4dd331501 /boot.php | |
parent | 0c5408e22b47880e8e657d4e10f8b39581f2a29a (diff) | |
parent | 1eb478ba54206cca53653e7a579aa1a36fb03315 (diff) | |
download | volse-hubzilla-cf58122b29b7576a27b0f0561d90b87d9a0623dd.tar.gz volse-hubzilla-cf58122b29b7576a27b0f0561d90b87d9a0623dd.tar.bz2 volse-hubzilla-cf58122b29b7576a27b0f0561d90b87d9a0623dd.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ define ( 'RED_PLATFORM', 'redmatrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1129 ); +define ( 'DB_UPDATE_VERSION', 1130 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |