diff options
author | friendica <info@friendica.com> | 2012-03-13 15:40:16 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-13 15:40:16 -0700 |
commit | dc84da520d7bde3f2e160d2573a549829fd022cf (patch) | |
tree | 15b8b3ace4f86e78b3b84ed5fcffd70f16d00a4c /boot.php | |
parent | 5a4167646553e589cf9647c0e0d0446e3f5fd672 (diff) | |
download | volse-hubzilla-dc84da520d7bde3f2e160d2573a549829fd022cf.tar.gz volse-hubzilla-dc84da520d7bde3f2e160d2573a549829fd022cf.tar.bz2 volse-hubzilla-dc84da520d7bde3f2e160d2573a549829fd022cf.zip |
invite potential connectees to the free social web
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.1279' ); +define ( 'FRIENDICA_VERSION', '2.3.1280' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1131 ); |