aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-18 16:29:57 -0800
committerfriendica <info@friendica.com>2012-12-18 16:29:57 -0800
commite9c87a69ce1a78e0790241467961bfab465b3358 (patch)
tree3961c9f2936d8bcba1b24fe4e4d443d6a8361ff8 /boot.php
parenta12264193ffe9daa04155aff78a1feaff82b7670 (diff)
downloadvolse-hubzilla-e9c87a69ce1a78e0790241467961bfab465b3358.tar.gz
volse-hubzilla-e9c87a69ce1a78e0790241467961bfab465b3358.tar.bz2
volse-hubzilla-e9c87a69ce1a78e0790241467961bfab465b3358.zip
cleanup more obsolete stuff
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 a003baa20..0736502b0 100644
--- a/boot.php
+++ b/boot.php
@@ -17,7 +17,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1002 );
+define ( 'DB_UPDATE_VERSION', 1003 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );