aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-31 16:13:44 -0800
committerfriendica <info@friendica.com>2013-01-31 16:13:44 -0800
commit02e099da455f0ca42720e60eabe65ba8d4560373 (patch)
tree51ca9749aa9c67fc3a161e62eff121e9b51a34ae /boot.php
parenta72c16c7c0c7a0b8fc0aaf5fbda78291e85cd054 (diff)
downloadvolse-hubzilla-02e099da455f0ca42720e60eabe65ba8d4560373.tar.gz
volse-hubzilla-02e099da455f0ca42720e60eabe65ba8d4560373.tar.bz2
volse-hubzilla-02e099da455f0ca42720e60eabe65ba8d4560373.zip
file/attachment storage api with revision control - needs a bit more testing but the framework is in place
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 824fbbc94..05223cd8d 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', 1024 );
+define ( 'DB_UPDATE_VERSION', 1025 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );