diff options
author | friendica <info@friendica.com> | 2013-11-18 20:10:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-18 20:10:53 -0800 |
commit | d37f4da37b62bdeabe8fbf048493bfca3ebd6a2d (patch) | |
tree | dd5460e97abfbac604ca27c662d1dd7b97475374 /boot.php | |
parent | bbd69c1e815c8c8be8265b4dc0554ae60e1ca7f6 (diff) | |
download | volse-hubzilla-d37f4da37b62bdeabe8fbf048493bfca3ebd6a2d.tar.gz volse-hubzilla-d37f4da37b62bdeabe8fbf048493bfca3ebd6a2d.tar.bz2 volse-hubzilla-d37f4da37b62bdeabe8fbf048493bfca3ebd6a2d.zip |
remove the challenge table as well
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', 1082 ); +define ( 'DB_UPDATE_VERSION', 1083 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |