aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-05 16:06:43 -0700
committerfriendica <info@friendica.com>2012-07-05 16:06:43 -0700
commit8af78079cbabe530554950ac241b24bbdcaf2cb7 (patch)
treeb745750faaefbdca15c90a7b740de717ac8c17ea /boot.php
parent9951071b5b3c5d1589f804275b31c42b0c4f7e5b (diff)
parentfe984963ed5d5411cd7e7d169ad24bf4ab2e5419 (diff)
downloadvolse-hubzilla-8af78079cbabe530554950ac241b24bbdcaf2cb7.tar.gz
volse-hubzilla-8af78079cbabe530554950ac241b24bbdcaf2cb7.tar.bz2
volse-hubzilla-8af78079cbabe530554950ac241b24bbdcaf2cb7.zip
Merge https://github.com/friendica/friendica into pull
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 2bdf6a602..0b4c66b63 100644
--- a/boot.php
+++ b/boot.php
@@ -12,7 +12,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.0.1395' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
-define ( 'DB_UPDATE_VERSION', 1151 );
+define ( 'DB_UPDATE_VERSION', 1152 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );