aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-03 14:48:28 -0700
committerfriendica <info@friendica.com>2012-06-03 14:48:28 -0700
commit9f4b89726176f9596cf3330a68cfab8cab5ab361 (patch)
tree688f64270521b0c47eaacae020e2ba92274fddeb /boot.php
parent0b657aa2357bf8785302b55e2cafb397d67cb377 (diff)
parenta66baf29188248fd83ccdf7053a0cf589a9fa8af (diff)
downloadvolse-hubzilla-9f4b89726176f9596cf3330a68cfab8cab5ab361.tar.gz
volse-hubzilla-9f4b89726176f9596cf3330a68cfab8cab5ab361.tar.bz2
volse-hubzilla-9f4b89726176f9596cf3330a68cfab8cab5ab361.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 6a4287819..18313b4cd 100644
--- a/boot.php
+++ b/boot.php
@@ -11,7 +11,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.0.1363' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
-define ( 'DB_UPDATE_VERSION', 1147 );
+define ( 'DB_UPDATE_VERSION', 1148 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );