aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-27 23:27:16 -0800
committerfriendica <info@friendica.com>2012-02-27 23:27:16 -0800
commit53412dacd4cb52f0c1162af7ba66aa01f71147b3 (patch)
tree8d6792d5e06efae2b26ae0a70696cd6278d57a6c /boot.php
parent2b730ae86d1b49edda74aa6cbb0f9ed3a008ed13 (diff)
downloadvolse-hubzilla-53412dacd4cb52f0c1162af7ba66aa01f71147b3.tar.gz
volse-hubzilla-53412dacd4cb52f0c1162af7ba66aa01f71147b3.tar.bz2
volse-hubzilla-53412dacd4cb52f0c1162af7ba66aa01f71147b3.zip
update globaldir when page-type changes, add spam date field
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 9045a9442..c3e5c0de0 100755
--- a/boot.php
+++ b/boot.php
@@ -11,7 +11,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '2.3.1265' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
-define ( 'DB_UPDATE_VERSION', 1128 );
+define ( 'DB_UPDATE_VERSION', 1129 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );