aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-06 03:25:01 -0700
committerfriendica <info@friendica.com>2012-04-06 03:25:01 -0700
commit0731c177eb4a58c6dd7bb50ee3915563c33531bc (patch)
tree78fd50805c9c8cc702ec4d3fc40cc211248e01b3 /boot.php
parent91906b1b7484b0a5d802bd933e738876ff6ad553 (diff)
downloadvolse-hubzilla-0731c177eb4a58c6dd7bb50ee3915563c33531bc.tar.gz
volse-hubzilla-0731c177eb4a58c6dd7bb50ee3915563c33531bc.tar.bz2
volse-hubzilla-0731c177eb4a58c6dd7bb50ee3915563c33531bc.zip
fix bad sql update
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 e1bcc078a..f4f44a644 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.1303' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
-define ( 'DB_UPDATE_VERSION', 1135 );
+define ( 'DB_UPDATE_VERSION', 1136 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );