aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-01 22:44:03 -0800
committerfriendica <info@friendica.com>2012-01-01 22:44:03 -0800
commitd52f833c5ffac615fefcfe6ad66b69d17939d6bc (patch)
tree990b40a9b5a260a2c98e940b7e5c571e88a3fc62 /boot.php
parent0afb636e466a689600e974c6d7bb1f4cfbcf7193 (diff)
downloadvolse-hubzilla-d52f833c5ffac615fefcfe6ad66b69d17939d6bc.tar.gz
volse-hubzilla-d52f833c5ffac615fefcfe6ad66b69d17939d6bc.tar.bz2
volse-hubzilla-d52f833c5ffac615fefcfe6ad66b69d17939d6bc.zip
extensible notify structure
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 5b8845a91..2f32130f5 100644
--- a/boot.php
+++ b/boot.php
@@ -11,7 +11,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '2.3.1213' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
-define ( 'DB_UPDATE_VERSION', 1113 );
+define ( 'DB_UPDATE_VERSION', 1114 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );