diff options
author | Friendika <info@friendika.com> | 2011-07-09 15:06:53 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-09 15:06:53 -0700 |
commit | 35edf79abe08bcc1833dc695cb9aebfa5d4a78c0 (patch) | |
tree | edf67a70b1b498000478c685c152101425f851e5 /boot.php | |
parent | 2d2b5006397bb6ac90f7e33e6022000ec836e86e (diff) | |
download | volse-hubzilla-35edf79abe08bcc1833dc695cb9aebfa5d4a78c0.tar.gz volse-hubzilla-35edf79abe08bcc1833dc695cb9aebfa5d4a78c0.tar.bz2 volse-hubzilla-35edf79abe08bcc1833dc695cb9aebfa5d4a78c0.zip |
bug #102
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ set_time_limit(0); ini_set('pcre.backtrack_limit', 250000); -define ( 'FRIENDIKA_VERSION', '2.2.1034' ); +define ( 'FRIENDIKA_VERSION', '2.2.1036' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1075 ); |