aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-15 15:36:58 -0700
committerfriendica <info@friendica.com>2013-03-15 15:36:58 -0700
commit5a29f511c1fa609f58f50d9148edd1fe77b23d9d (patch)
tree051fb42269c958595db67c8a4204dd4c5d972970 /boot.php
parent62f61a559abe97b659754658e9a266c7c8873d3e (diff)
downloadvolse-hubzilla-5a29f511c1fa609f58f50d9148edd1fe77b23d9d.tar.gz
volse-hubzilla-5a29f511c1fa609f58f50d9148edd1fe77b23d9d.tar.bz2
volse-hubzilla-5a29f511c1fa609f58f50d9148edd1fe77b23d9d.zip
add xconfig table and functions, update strings and doco
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 651b492e1..fe7af04db 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', 1035 );
+define ( 'DB_UPDATE_VERSION', 1036 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );