aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-10 18:38:55 -0700
committerFriendika <info@friendika.com>2011-04-10 18:38:55 -0700
commit940d216395406744f23fe4144f2a503688624b45 (patch)
treee96cb4ea1eee0ad7b6b8412fcbcf86116b40a43b /boot.php
parent12bc4a44cf051dda665fc4fa43624c47484b1864 (diff)
downloadvolse-hubzilla-940d216395406744f23fe4144f2a503688624b45.tar.gz
volse-hubzilla-940d216395406744f23fe4144f2a503688624b45.tar.bz2
volse-hubzilla-940d216395406744f23fe4144f2a503688624b45.zip
initial dfrn update to pass perms
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 75f031908..669326dc6 100644
--- a/boot.php
+++ b/boot.php
@@ -4,7 +4,7 @@ set_time_limit(0);
define ( 'FRIENDIKA_VERSION', '2.1.945' );
define ( 'DFRN_PROTOCOL_VERSION', '2.2' );
-define ( 'DB_UPDATE_VERSION', 1047 );
+define ( 'DB_UPDATE_VERSION', 1048 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );