diff options
author | friendica <info@friendica.com> | 2012-04-23 18:28:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-23 18:28:33 -0700 |
commit | f265863435b15ab08e3312343672ef8d43aea76e (patch) | |
tree | f5ec71e3421554f0491a5ae2094db086f8abfd9f /boot.php | |
parent | af7abcea2715824cbd6460a7323c8bb64bd5b829 (diff) | |
download | volse-hubzilla-f265863435b15ab08e3312343672ef8d43aea76e.tar.gz volse-hubzilla-f265863435b15ab08e3312343672ef8d43aea76e.tar.bz2 volse-hubzilla-f265863435b15ab08e3312343672ef8d43aea76e.zip |
more work on mail2 (introductions), added 'm' (mail) flag to ACL backend for autocomplete of PM recips
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.1320' ); +define ( 'FRIENDICA_VERSION', '2.3.1321' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1138 ); |