diff options
author | friendica <info@friendica.com> | 2012-06-12 16:17:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-12 16:17:34 -0700 |
commit | 832d9eeaaf7c439f3f8802d35e0e4a40509bddf5 (patch) | |
tree | 01e7fbd804b1972076492031da45687033a50f21 /boot.php | |
parent | 08b3126dae0cb93c3ea5ae47629ab8e6f7c37143 (diff) | |
download | volse-hubzilla-832d9eeaaf7c439f3f8802d35e0e4a40509bddf5.tar.gz volse-hubzilla-832d9eeaaf7c439f3f8802d35e0e4a40509bddf5.tar.bz2 volse-hubzilla-832d9eeaaf7c439f3f8802d35e0e4a40509bddf5.zip |
more fixes
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.1371' ); +define ( 'FRIENDICA_VERSION', '3.0.1372' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1149 ); |