diff options
author | Friendika <info@friendika.com> | 2011-09-12 19:42:10 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-12 19:42:10 -0700 |
commit | 4f24494b0baca1d991cbc74bf3929631c657b676 (patch) | |
tree | bb8dbfe79c3297b02f5c570bc16a3b54ca066b45 /boot.php | |
parent | ff572487a38f9d703bf4ad37f3f8a9a499326a81 (diff) | |
download | volse-hubzilla-4f24494b0baca1d991cbc74bf3929631c657b676.tar.gz volse-hubzilla-4f24494b0baca1d991cbc74bf3929631c657b676.tar.bz2 volse-hubzilla-4f24494b0baca1d991cbc74bf3929631c657b676.zip |
Dreamhost's unreliable process model is really getting irritating
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.1100' ); +define ( 'FRIENDIKA_VERSION', '2.2.1101' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1087 ); |