diff options
author | friendica <info@friendica.com> | 2012-05-16 13:52:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-16 13:52:11 -0700 |
commit | 6744b5975c054563426d6b43a8a8b68c8684d83c (patch) | |
tree | 8bb96b9e320e1b952d103b7530ec40578a6430e2 /boot.php | |
parent | d6add82b321a0f6c23189627f825b47768e4ed94 (diff) | |
download | volse-hubzilla-6744b5975c054563426d6b43a8a8b68c8684d83c.tar.gz volse-hubzilla-6744b5975c054563426d6b43a8a8b68c8684d83c.tar.bz2 volse-hubzilla-6744b5975c054563426d6b43a8a8b68c8684d83c.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.1343' ); +define ( 'FRIENDICA_VERSION', '3.0.1344' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); |