diff options
author | Friendika <info@friendika.com> | 2011-09-01 18:02:08 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-01 18:02:08 -0700 |
commit | a33edb00424882258a90b138c634a466c92faf61 (patch) | |
tree | 6dc44fa99d818c5a7d5f641f53cd3393a2f61a2c /boot.php | |
parent | ef1b99aa44031662187be878485be14edf35b42b (diff) | |
download | volse-hubzilla-a33edb00424882258a90b138c634a466c92faf61.tar.gz volse-hubzilla-a33edb00424882258a90b138c634a466c92faf61.tar.bz2 volse-hubzilla-a33edb00424882258a90b138c634a466c92faf61.zip |
infrastructure for personalised @ tags (no UI/settings form yet), allow own comments through statusnet connector
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,9 @@ require_once('include/text.php'); require_once("include/pgettext.php"); -define ( 'FRIENDIKA_VERSION', '2.2.1089' ); +define ( 'FRIENDIKA_VERSION', '2.2.1090' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1084 ); +define ( 'DB_UPDATE_VERSION', 1085 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |