diff options
author | Friendika <info@friendika.com> | 2011-11-07 17:25:40 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-07 17:25:40 -0800 |
commit | 99a548d4ac195b08fd3928a95d560a6242e28142 (patch) | |
tree | 0fdea1e672f8931ca2ca2557ad5758e4ba1e89b5 /boot.php | |
parent | 327105a4ea722e746cae0caa2731ec13435fadc7 (diff) | |
download | volse-hubzilla-99a548d4ac195b08fd3928a95d560a6242e28142.tar.gz volse-hubzilla-99a548d4ac195b08fd3928a95d560a6242e28142.tar.bz2 volse-hubzilla-99a548d4ac195b08fd3928a95d560a6242e28142.zip |
fix friend suggest link in testbubble
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 ( 'FRIENDIKA_PLATFORM', 'Friendica'); -define ( 'FRIENDIKA_VERSION', '2.3.1157' ); +define ( 'FRIENDIKA_VERSION', '2.3.1158' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1102 ); |