aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-18 20:10:53 -0800
committerfriendica <info@friendica.com>2013-11-18 20:10:53 -0800
commitd37f4da37b62bdeabe8fbf048493bfca3ebd6a2d (patch)
treedd5460e97abfbac604ca27c662d1dd7b97475374 /boot.php
parentbbd69c1e815c8c8be8265b4dc0554ae60e1ca7f6 (diff)
downloadvolse-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-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index df729a52a..ed96ca4c1 100755
--- a/boot.php
+++ b/boot.php
@@ -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' );