diff options
author | friendica <info@friendica.com> | 2011-12-14 14:17:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-14 14:17:48 -0800 |
commit | 431a4abd2563e8aa271549e5f18c523dcef4acaa (patch) | |
tree | 8e1d1630030795519deac9d588aa289409a599f0 /boot.php | |
parent | 4007e7ec19bfca47a32ec73f1eb10d77f2de785f (diff) | |
download | volse-hubzilla-431a4abd2563e8aa271549e5f18c523dcef4acaa.tar.gz volse-hubzilla-431a4abd2563e8aa271549e5f18c523dcef4acaa.tar.bz2 volse-hubzilla-431a4abd2563e8aa271549e5f18c523dcef4acaa.zip |
name change stragglers, fix newmember links, liveupdate glitch
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.1194' ); +define ( 'FRIENDICA_VERSION', '2.3.1195' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1111 ); |