aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-07 03:16:58 -0800
committerFriendika <info@friendika.com>2010-11-07 03:16:58 -0800
commitce2f8c939da00f412eff0172c0e4ed4113dac34d (patch)
tree7defc9b7e583f097d8b36be189972b13bdc37a72 /boot.php
parenta3ddbb5d7c95f36724343a450418b388fff9454d (diff)
downloadvolse-hubzilla-ce2f8c939da00f412eff0172c0e4ed4113dac34d.tar.gz
volse-hubzilla-ce2f8c939da00f412eff0172c0e4ed4113dac34d.tar.bz2
volse-hubzilla-ce2f8c939da00f412eff0172c0e4ed4113dac34d.zip
remove 65535 char post limit
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 cdca1c11e..925585d44 100644
--- a/boot.php
+++ b/boot.php
@@ -2,7 +2,7 @@
set_time_limit(0);
-define ( 'BUILD_ID', 1015 );
+define ( 'BUILD_ID', 1016 );
define ( 'DFRN_PROTOCOL_VERSION', '2.0' );
define ( 'EOL', "<br />\r\n" );