diff options
author | friendica <info@friendica.com> | 2011-11-28 15:11:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-28 15:11:59 -0800 |
commit | f4e1135f7962ae06dc529b8d3b9c2f029baa3a73 (patch) | |
tree | 4514a9f6e06b3f088c3ded952a4b73b7139aa598 /boot.php | |
parent | ccef8995779d8b97e0bd9965eee5c592101969de (diff) | |
download | volse-hubzilla-f4e1135f7962ae06dc529b8d3b9c2f029baa3a73.tar.gz volse-hubzilla-f4e1135f7962ae06dc529b8d3b9c2f029baa3a73.tar.bz2 volse-hubzilla-f4e1135f7962ae06dc529b8d3b9c2f029baa3a73.zip |
poco addition to provide a "suggestme" for new members
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1178' ); +define ( 'FRIENDICA_VERSION', '2.3.1179' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1106 ); |