diff options
author | Friendika <info@friendika.com> | 2011-04-19 16:31:39 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-19 16:31:39 -0700 |
commit | 29a48de5e29841f46791d42d6e329898688914fe (patch) | |
tree | a42c9b4a2b985df3d822947b5df402d508c3034f /boot.php | |
parent | a0179235d2d4672ba9dc79b33505555766b3228a (diff) | |
download | volse-hubzilla-29a48de5e29841f46791d42d6e329898688914fe.tar.gz volse-hubzilla-29a48de5e29841f46791d42d6e329898688914fe.tar.bz2 volse-hubzilla-29a48de5e29841f46791d42d6e329898688914fe.zip |
follow requests most adhere to site allow policy
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ set_time_limit(0); -define ( 'FRIENDIKA_VERSION', '2.1.953' ); +define ( 'FRIENDIKA_VERSION', '2.1.954' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1053 ); |