diff options
author | friendica <info@friendica.com> | 2012-06-11 16:21:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-11 16:21:27 -0700 |
commit | 3b9c3d886d0c5fcc289950a2c4aeff8457a24217 (patch) | |
tree | 79aec463d2cffd23200252a83556178cbbb3e206 /boot.php | |
parent | afa88154114d5632cb13e7c3f56143cccdfd7daa (diff) | |
download | volse-hubzilla-3b9c3d886d0c5fcc289950a2c4aeff8457a24217.tar.gz volse-hubzilla-3b9c3d886d0c5fcc289950a2c4aeff8457a24217.tar.bz2 volse-hubzilla-3b9c3d886d0c5fcc289950a2c4aeff8457a24217.zip |
sheesh
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.1370' ); +define ( 'FRIENDICA_VERSION', '3.0.1371' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1149 ); |