aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-06-05 08:20:41 +0200
committerzottel <github@zottel.net>2012-06-05 08:20:41 +0200
commitef6446288ba4b7590cbb770cdf3c84524f96fd34 (patch)
treee3143678da646c7d237b1bb3820202fbd93da7ea /boot.php
parent70c4ab68754941749a5e89434d6db19f6bba1e16 (diff)
parentb13c6ea9adde898d499fb70134fa5c99d324031a (diff)
downloadvolse-hubzilla-ef6446288ba4b7590cbb770cdf3c84524f96fd34.tar.gz
volse-hubzilla-ef6446288ba4b7590cbb770cdf3c84524f96fd34.tar.bz2
volse-hubzilla-ef6446288ba4b7590cbb770cdf3c84524f96fd34.zip
Merge remote branch 'upstream/master'
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 559cd8c32..18313b4cd 100644
--- a/boot.php
+++ b/boot.php
@@ -9,9 +9,9 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '3.0.1362' );
+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' );