diff options
author | friendica <info@friendica.com> | 2012-01-27 12:56:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-27 12:56:36 -0800 |
commit | 5161be67e9f4eebe5723b44ddd3ad37e18f0a632 (patch) | |
tree | 89553157fcbbead7b7cb2fef873f6be0c99dd6fe /boot.php | |
parent | 039eec360ade26e29e1c1d74ed6ab127cd539a4d (diff) | |
download | volse-hubzilla-5161be67e9f4eebe5723b44ddd3ad37e18f0a632.tar.gz volse-hubzilla-5161be67e9f4eebe5723b44ddd3ad37e18f0a632.tar.bz2 volse-hubzilla-5161be67e9f4eebe5723b44ddd3ad37e18f0a632.zip |
logging of manage identities
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.1236' ); +define ( 'FRIENDICA_VERSION', '2.3.1237' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1118 ); |