diff options
author | friendica <info@friendica.com> | 2012-02-29 16:26:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-29 16:26:07 -0800 |
commit | 84d5f495e6e6edd7114b7e72711035e96479e39a (patch) | |
tree | 1432e53be1743ca09bc1ed2435f678ef45ff1804 /boot.php | |
parent | fb33b4f2bcd18e63d311e6dba3aaa2ea5efdec3b (diff) | |
download | volse-hubzilla-84d5f495e6e6edd7114b7e72711035e96479e39a.tar.gz volse-hubzilla-84d5f495e6e6edd7114b7e72711035e96479e39a.tar.bz2 volse-hubzilla-84d5f495e6e6edd7114b7e72711035e96479e39a.zip |
better handling of multiple notifications for same item, and old notifications
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.1266' ); +define ( 'FRIENDICA_VERSION', '2.3.1267' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1129 ); |