diff options
author | friendica <info@friendica.com> | 2012-02-23 16:50:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-23 16:50:29 -0800 |
commit | b4d38f6eed93b944b58f36c454a1f483d7db74ac (patch) | |
tree | 971eb0585b5ee1b3666f95f27d29781c27b2fd13 /boot.php | |
parent | 8cacff69858c2ad097bafb80c93405e79c311edf (diff) | |
download | volse-hubzilla-b4d38f6eed93b944b58f36c454a1f483d7db74ac.tar.gz volse-hubzilla-b4d38f6eed93b944b58f36c454a1f483d7db74ac.tar.bz2 volse-hubzilla-b4d38f6eed93b944b58f36c454a1f483d7db74ac.zip |
implement firehose notify in ping, strip links so notify popup displays correctly in all themes
Diffstat (limited to 'boot.php')
-rwxr-xr-x | 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.1260' ); +define ( 'FRIENDICA_VERSION', '2.3.1261' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1123 ); |