aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-06 05:11:09 -0700
committerfriendica <info@friendica.com>2012-04-06 05:11:09 -0700
commit13dfb4012894c3bd724f12d75f4de7c1cce9529a (patch)
tree93023ac9c699863f4d9d2c9cbd122548346d1a15 /boot.php
parent0731c177eb4a58c6dd7bb50ee3915563c33531bc (diff)
downloadvolse-hubzilla-13dfb4012894c3bd724f12d75f4de7c1cce9529a.tar.gz
volse-hubzilla-13dfb4012894c3bd724f12d75f4de7c1cce9529a.tar.bz2
volse-hubzilla-13dfb4012894c3bd724f12d75f4de7c1cce9529a.zip
fix messed up config tables w/ duplicate entries
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 f4f44a644..1bc4c2a9a 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', 1136 );
+define ( 'DB_UPDATE_VERSION', 1137 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );