diff options
author | Friendika <info@friendika.com> | 2011-05-27 18:47:28 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-27 18:47:28 -0700 |
commit | 73e0986710f0324a41fb995172d33e7b942dc438 (patch) | |
tree | e5bb9196ec76f9b0abc70929737313eb131d1988 /boot.php | |
parent | a2b26948d8e472cecd3be6be524b92d86e8f3c4f (diff) | |
download | volse-hubzilla-73e0986710f0324a41fb995172d33e7b942dc438.tar.gz volse-hubzilla-73e0986710f0324a41fb995172d33e7b942dc438.tar.bz2 volse-hubzilla-73e0986710f0324a41fb995172d33e7b942dc438.zip |
item/event linkage
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ ini_set('pcre.backtrack_limit', 250000); define ( 'FRIENDIKA_VERSION', '2.2.993' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1058 ); +define ( 'DB_UPDATE_VERSION', 1059 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |