diff options
author | Friendika <info@friendika.com> | 2011-07-14 03:05:54 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-14 03:05:54 -0700 |
commit | 7534b8873b7d0e857dbfe4c8085957f8a826ec03 (patch) | |
tree | 97c6b3937ed0694f0fa3a2eb767eadd67e44e0a8 /boot.php | |
parent | 74a608e1c77ab1d378ed6f09c8d70df3ea61cbca (diff) | |
download | volse-hubzilla-7534b8873b7d0e857dbfe4c8085957f8a826ec03.tar.gz volse-hubzilla-7534b8873b7d0e857dbfe4c8085957f8a826ec03.tar.bz2 volse-hubzilla-7534b8873b7d0e857dbfe4c8085957f8a826ec03.zip |
link tips on nav bar
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.1039' ); +define ( 'FRIENDIKA_VERSION', '2.2.1040' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1075 ); |