aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-21 02:21:56 -0700
committerfriendica <info@friendica.com>2013-03-21 02:21:56 -0700
commitd9492a4a7687ba3804fcb353d916002b8fb2853d (patch)
tree52428574e452bf01db114cdb24599ddae3791edd /boot.php
parent4b22c6e531739d96fbe9c78f629aa34c35acb821 (diff)
parent6db6f6640e73b85ddedbcbacb60f06b185372065 (diff)
downloadvolse-hubzilla-d9492a4a7687ba3804fcb353d916002b8fb2853d.tar.gz
volse-hubzilla-d9492a4a7687ba3804fcb353d916002b8fb2853d.tar.bz2
volse-hubzilla-d9492a4a7687ba3804fcb353d916002b8fb2853d.zip
Merge https://github.com/friendica/red into zpull
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 576872153..912e237e9 100644
--- a/boot.php
+++ b/boot.php
@@ -17,7 +17,7 @@ require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1036 );
+define ( 'DB_UPDATE_VERSION', 1037 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );