aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-05 23:10:07 -0700
committerFriendika <info@friendika.com>2011-06-05 23:10:07 -0700
commit4c629e274bbf368e79e47133869c923a2e6dd4a9 (patch)
tree268e1a74bc51809ce10b9f84c6bb6dcafb60629b /boot.php
parent18f4c6094acd65b9a0eb179f5228bf2e13713b5f (diff)
downloadvolse-hubzilla-4c629e274bbf368e79e47133869c923a2e6dd4a9.tar.gz
volse-hubzilla-4c629e274bbf368e79e47133869c923a2e6dd4a9.tar.bz2
volse-hubzilla-4c629e274bbf368e79e47133869c923a2e6dd4a9.zip
begin event module
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 3c8208339..a112b9d0d 100644
--- a/boot.php
+++ b/boot.php
@@ -6,7 +6,7 @@ ini_set('pcre.backtrack_limit', 250000);
define ( 'FRIENDIKA_VERSION', '2.2.1002' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
-define ( 'DB_UPDATE_VERSION', 1060 );
+define ( 'DB_UPDATE_VERSION', 1061 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );