aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-14 00:45:30 -0800
committerfriendica <info@friendica.com>2012-12-14 00:45:30 -0800
commitd39fb9b1d5208b18da364873d10f51e23b94bd7e (patch)
tree9c487ba79579c281a688a1a676ae9ace2c938689 /boot.php
parentecce0f0e211f069f4e0daf661755e89f7f32f020 (diff)
downloadvolse-hubzilla-d39fb9b1d5208b18da364873d10f51e23b94bd7e.tar.gz
volse-hubzilla-d39fb9b1d5208b18da364873d10f51e23b94bd7e.tar.bz2
volse-hubzilla-d39fb9b1d5208b18da364873d10f51e23b94bd7e.zip
converging on a workable crypto auth handshake
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 90a053852..a003baa20 100644
--- a/boot.php
+++ b/boot.php
@@ -17,7 +17,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1001 );
+define ( 'DB_UPDATE_VERSION', 1002 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );