diff options
author | friendica <info@friendica.com> | 2012-05-13 16:40:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-13 16:40:02 -0700 |
commit | 2bd4ff5705708b3319bdd6183fe0a1fefd91e36c (patch) | |
tree | 7b8133acb75f1a1fe572756c5e02c089d0a23a0f /boot.php | |
parent | 3811fe288fe4446aaa890f9d98acbb3b670b7f3b (diff) | |
download | volse-hubzilla-2bd4ff5705708b3319bdd6183fe0a1fefd91e36c.tar.gz volse-hubzilla-2bd4ff5705708b3319bdd6183fe0a1fefd91e36c.tar.bz2 volse-hubzilla-2bd4ff5705708b3319bdd6183fe0a1fefd91e36c.zip |
rev update
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', '3.0.1340' ); +define ( 'FRIENDICA_VERSION', '3.0.1341' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); |