aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-13 18:02:43 -0800
committerfriendica <info@friendica.com>2012-02-13 18:02:43 -0800
commitc87aa8f9276652e28dd8c77babe1b4a27cee566c (patch)
tree4effb1da84cdeb7b40bb58c9395263aa9fd56c45 /boot.php
parent23f5abfa1fb40e5037fc4c6e2147bcc1ba2fa1d8 (diff)
downloadvolse-hubzilla-c87aa8f9276652e28dd8c77babe1b4a27cee566c.tar.gz
volse-hubzilla-c87aa8f9276652e28dd8c77babe1b4a27cee566c.tar.bz2
volse-hubzilla-c87aa8f9276652e28dd8c77babe1b4a27cee566c.zip
poll structures
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 56ae30fea..c90001030 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.1251' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
-define ( 'DB_UPDATE_VERSION', 1121 );
+define ( 'DB_UPDATE_VERSION', 1122 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );