diff options
author | Friendika <info@friendika.com> | 2011-05-10 15:26:31 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-10 15:26:31 -0700 |
commit | 8b2a514e96742892570edba3f04d18d274d1a9ea (patch) | |
tree | d71f9d184de4291afd5abc6ed7520ecdd89c25e6 | |
parent | 944f1a7f4c03543119c8512eff22de0972d3216c (diff) | |
download | volse-hubzilla-8b2a514e96742892570edba3f04d18d274d1a9ea.tar.gz volse-hubzilla-8b2a514e96742892570edba3f04d18d274d1a9ea.tar.bz2 volse-hubzilla-8b2a514e96742892570edba3f04d18d274d1a9ea.zip |
revup
-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.975' ); +define ( 'FRIENDIKA_VERSION', '2.2.976' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1054 ); |