aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-26 23:56:47 -0800
committerfriendica <info@friendica.com>2012-01-26 23:56:47 -0800
commit1bec80152359da93289bb2d3bcdf33b83dd036f9 (patch)
treef5eeb2abf56d12aac35a54ad478e571177b611ee /boot.php
parent94b9e9ce6d872e72e9846809fedd4a4cee8d63e3 (diff)
downloadvolse-hubzilla-1bec80152359da93289bb2d3bcdf33b83dd036f9.tar.gz
volse-hubzilla-1bec80152359da93289bb2d3bcdf33b83dd036f9.tar.bz2
volse-hubzilla-1bec80152359da93289bb2d3bcdf33b83dd036f9.zip
typo in update - critical
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 9ccbfe667..03f324749 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.1236' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
-define ( 'DB_UPDATE_VERSION', 1117 );
+define ( 'DB_UPDATE_VERSION', 1118 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );