diff options
author | friendica <info@friendica.com> | 2012-07-07 16:20:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-07 16:20:34 -0700 |
commit | e94f7ed23d18e811e31cb4656a55b97f328534b7 (patch) | |
tree | 5a29b600af35bb9dd8567543c4c877b3874a764c /boot.php | |
parent | a122fecf50d06856a2ada8b564f711fb52c327f0 (diff) | |
download | volse-hubzilla-e94f7ed23d18e811e31cb4656a55b97f328534b7.tar.gz volse-hubzilla-e94f7ed23d18e811e31cb4656a55b97f328534b7.tar.bz2 volse-hubzilla-e94f7ed23d18e811e31cb4656a55b97f328534b7.zip |
rev update
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.0.1395' ); +define ( 'FRIENDICA_VERSION', '3.0.1397' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1153 ); |