diff options
author | Friendika <info@friendika.com> | 2011-11-05 14:45:29 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-05 14:45:29 -0700 |
commit | f07c0b2cfb20018e3a0cab1c6611f0d8b68278f5 (patch) | |
tree | e1ca79a1f72100a1151e063d17878e0ed47166d8 /boot.php | |
parent | 57beadc86b4b802b8b104cb9cea80449f82c918e (diff) | |
download | volse-hubzilla-f07c0b2cfb20018e3a0cab1c6611f0d8b68278f5.tar.gz volse-hubzilla-f07c0b2cfb20018e3a0cab1c6611f0d8b68278f5.tar.bz2 volse-hubzilla-f07c0b2cfb20018e3a0cab1c6611f0d8b68278f5.zip |
implement signed_retractions
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.1155' ); +define ( 'FRIENDIKA_VERSION', '2.3.1156' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1102 ); |