aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-13 16:47:41 -0700
committerFriendika <info@friendika.com>2011-03-13 16:47:41 -0700
commit0cf647bf6f199586bad2e13973fe034bf5676eea (patch)
treef350c0427feb26350e81ab3b6039546e7b0c37e1 /boot.php
parenta912a0d3cae0ae9c873dcb5c45624a725bd2c2d6 (diff)
downloadvolse-hubzilla-0cf647bf6f199586bad2e13973fe034bf5676eea.tar.gz
volse-hubzilla-0cf647bf6f199586bad2e13973fe034bf5676eea.tar.bz2
volse-hubzilla-0cf647bf6f199586bad2e13973fe034bf5676eea.zip
don't let somebody install with a bogus db hostname as this seems to lead to spectacular failure modes
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 bbaa8324d..806ad5377 100644
--- a/boot.php
+++ b/boot.php
@@ -2,7 +2,7 @@
set_time_limit(0);
-define ( 'FRIENDIKA_VERSION', '2.1.915' );
+define ( 'FRIENDIKA_VERSION', '2.1.917' );
define ( 'DFRN_PROTOCOL_VERSION', '2.1' );
define ( 'DB_UPDATE_VERSION', 1040 );