diff options
author | Friendika <info@friendika.com> | 2011-07-02 17:56:57 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-02 17:56:57 -0700 |
commit | 07dc1c3ca931322af683edf9791ef47e295ca6cc (patch) | |
tree | 9ef514a97160fce35f14263acd061f30cc0d64d3 /boot.php | |
parent | 24836f2966842b413ae29f325fbb61b30186a5f7 (diff) | |
download | volse-hubzilla-07dc1c3ca931322af683edf9791ef47e295ca6cc.tar.gz volse-hubzilla-07dc1c3ca931322af683edf9791ef47e295ca6cc.tar.bz2 volse-hubzilla-07dc1c3ca931322af683edf9791ef47e295ca6cc.zip |
db support for starred (favorited) items
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ set_time_limit(0); ini_set('pcre.backtrack_limit', 250000); -define ( 'FRIENDIKA_VERSION', '2.2.1028' ); +define ( 'FRIENDIKA_VERSION', '2.2.1029' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1072 ); +define ( 'DB_UPDATE_VERSION', 1073 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |