aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-02 17:56:57 -0700
committerFriendika <info@friendika.com>2011-07-02 17:56:57 -0700
commit07dc1c3ca931322af683edf9791ef47e295ca6cc (patch)
tree9ef514a97160fce35f14263acd061f30cc0d64d3 /boot.php
parent24836f2966842b413ae29f325fbb61b30186a5f7 (diff)
downloadvolse-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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 1807ff1c4..5ff8b50af 100644
--- a/boot.php
+++ b/boot.php
@@ -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' );