diff options
author | Friendika <info@friendika.com> | 2011-09-08 20:00:06 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-08 20:00:06 -0700 |
commit | 18157769f0142dd1d505497ccdf7a8ea2643d6d1 (patch) | |
tree | fd1ccada960b39ed3e1cd31830b2d9cb251814ae /boot.php | |
parent | fdd372a7988733586b86cac25ba5a521a9f3055e (diff) | |
download | volse-hubzilla-18157769f0142dd1d505497ccdf7a8ea2643d6d1.tar.gz volse-hubzilla-18157769f0142dd1d505497ccdf7a8ea2643d6d1.tar.bz2 volse-hubzilla-18157769f0142dd1d505497ccdf7a8ea2643d6d1.zip |
parent eval order issue
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.1096' ); +define ( 'FRIENDIKA_VERSION', '2.2.1097' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1087 ); |