diff options
author | Friendika <info@friendika.com> | 2011-08-17 20:52:18 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-17 20:52:18 -0700 |
commit | c30f523c6200ef84c506940b5f86b49ff2c7cf6e (patch) | |
tree | 2f9787a5040cd679bc212094748eb02ab41239bb /boot.php | |
parent | ff723caae3208b6f6da555d2a5b8375b4d74fd73 (diff) | |
download | volse-hubzilla-c30f523c6200ef84c506940b5f86b49ff2c7cf6e.tar.gz volse-hubzilla-c30f523c6200ef84c506940b5f86b49ff2c7cf6e.tar.bz2 volse-hubzilla-c30f523c6200ef84c506940b5f86b49ff2c7cf6e.zip |
more d* infrastructure for relaying signed messages and storing non-connected people details
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require_once("include/pgettext.php"); define ( 'FRIENDIKA_VERSION', '2.2.1075' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1079 ); +define ( 'DB_UPDATE_VERSION', 1080 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |