aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-02 00:09:10 -0800
committerfriendica <info@friendica.com>2012-03-02 00:09:10 -0800
commitbe231e346658eb68e518324ba995aaccb7abd055 (patch)
tree12fa14ba29159ec4c8b473c244eba0bbb9b79a7c /boot.php
parentf55ffcd48ce5c0b3254ae1a02fda7b29d875fa09 (diff)
downloadvolse-hubzilla-be231e346658eb68e518324ba995aaccb7abd055.tar.gz
volse-hubzilla-be231e346658eb68e518324ba995aaccb7abd055.tar.bz2
volse-hubzilla-be231e346658eb68e518324ba995aaccb7abd055.zip
item table update for file feature
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 d3da853fa..19728b6ba 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.1268' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
-define ( 'DB_UPDATE_VERSION', 1130 );
+define ( 'DB_UPDATE_VERSION', 1131 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );