aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-01 01:57:20 -0800
committerfriendica <info@friendica.com>2013-01-01 01:57:20 -0800
commit93d85858d556e64fa86befa859ee01241a0a2754 (patch)
tree452c7c63e3555794458e2af8090197f9b49837be /boot.php
parent6accc190d4041c1dd859f36560f93a019ce197ee (diff)
downloadvolse-hubzilla-93d85858d556e64fa86befa859ee01241a0a2754.tar.gz
volse-hubzilla-93d85858d556e64fa86befa859ee01241a0a2754.tar.bz2
volse-hubzilla-93d85858d556e64fa86befa859ee01241a0a2754.zip
poco discovery
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 0fdd9d2a9..61b64508e 100644
--- a/boot.php
+++ b/boot.php
@@ -16,7 +16,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', 1012 );
+define ( 'DB_UPDATE_VERSION', 1013 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );