diff options
author | friendica <info@friendica.com> | 2012-06-25 15:34:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-25 15:34:23 -0700 |
commit | eebb2d2120b91c09238e970b2292059a04960aa7 (patch) | |
tree | ee970cca974c7fc4d5b377cfef05bd9ed8de0636 /boot.php | |
parent | 7ea5917bf794c431fe304fa25380f19a6927cf63 (diff) | |
download | volse-hubzilla-eebb2d2120b91c09238e970b2292059a04960aa7.tar.gz volse-hubzilla-eebb2d2120b91c09238e970b2292059a04960aa7.tar.bz2 volse-hubzilla-eebb2d2120b91c09238e970b2292059a04960aa7.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.1384' ); +define ( 'FRIENDICA_VERSION', '3.0.1385' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1150 ); |