diff options
author | friendica <info@friendica.com> | 2012-12-14 00:45:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-14 00:45:30 -0800 |
commit | d39fb9b1d5208b18da364873d10f51e23b94bd7e (patch) | |
tree | 9c487ba79579c281a688a1a676ae9ace2c938689 /boot.php | |
parent | ecce0f0e211f069f4e0daf661755e89f7f32f020 (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' ); |