aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-30 18:20:14 -0800
committerfriendica <info@friendica.com>2013-01-30 18:20:14 -0800
commit3d06f3964f7c5b36a151268c37fcac4d87b49e76 (patch)
tree1897d9dddf86e82522af262ffb5ce558a77b26c5 /boot.php
parent3767bba3c3669b6e882139abfaa3553db61d1474 (diff)
downloadvolse-hubzilla-3d06f3964f7c5b36a151268c37fcac4d87b49e76.tar.gz
volse-hubzilla-3d06f3964f7c5b36a151268c37fcac4d87b49e76.tar.bz2
volse-hubzilla-3d06f3964f7c5b36a151268c37fcac4d87b49e76.zip
add item revision column and index
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 266347700..824fbbc94 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', 1023 );
+define ( 'DB_UPDATE_VERSION', 1024 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );