diff options
author | friendica <info@friendica.com> | 2011-12-26 14:16:25 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-26 14:16:25 -0800 |
commit | 356c05c6b3f1dbd2b74b73610655218972fd5347 (patch) | |
tree | 92305190f9d105319daddb634b6068efb3266f43 /boot.php | |
parent | bb40e54dec9f72a3c415df5d3799eab0010c5ddf (diff) | |
download | volse-hubzilla-356c05c6b3f1dbd2b74b73610655218972fd5347.tar.gz volse-hubzilla-356c05c6b3f1dbd2b74b73610655218972fd5347.tar.bz2 volse-hubzilla-356c05c6b3f1dbd2b74b73610655218972fd5347.zip |
extending notifications to other types
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.1206' ); +define ( 'FRIENDICA_VERSION', '2.3.1207' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1112 ); |