diff options
author | friendica <info@friendica.com> | 2012-05-12 01:27:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-12 01:27:33 -0700 |
commit | aa83198611f2da482a0927bac122176a4d33d4ec (patch) | |
tree | 948f1fbcfca0673a492b57729d4f1d51ae64c21b /boot.php | |
parent | 4e0b0d4e43a26dc9bfddd2980a44fd738652cfda (diff) | |
download | volse-hubzilla-aa83198611f2da482a0927bac122176a4d33d4ec.tar.gz volse-hubzilla-aa83198611f2da482a0927bac122176a4d33d4ec.tar.bz2 volse-hubzilla-aa83198611f2da482a0927bac122176a4d33d4ec.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.1338' ); +define ( 'FRIENDICA_VERSION', '3.0.1339' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); |