diff options
author | Friendika <info@friendika.com> | 2011-08-13 16:05:03 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-13 16:05:03 -0700 |
commit | c9225a691b8e54c85f2f12f1d37ff4c2aa12e139 (patch) | |
tree | c3e38b51518b1f6dc8b76d2f832b92098acee391 /boot.php | |
parent | 88f94325a412d2ef39ac57c6419507ace6b3f8bb (diff) | |
download | volse-hubzilla-c9225a691b8e54c85f2f12f1d37ff4c2aa12e139.tar.gz volse-hubzilla-c9225a691b8e54c85f2f12f1d37ff4c2aa12e139.tar.bz2 volse-hubzilla-c9225a691b8e54c85f2f12f1d37ff4c2aa12e139.zip |
js_upload reporting 43k file too big
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require_once('include/text.php'); require_once("include/pgettext.php"); -define ( 'FRIENDIKA_VERSION', '2.2.1070' ); +define ( 'FRIENDIKA_VERSION', '2.2.1071' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1079 ); |