diff options
author | friendica <info@friendica.com> | 2012-06-16 17:29:42 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-16 17:29:42 -0700 |
commit | 7c2d27e2750dc0b6cc7448f8e85b25a3c9b09687 (patch) | |
tree | cbf23264ae110e994a8b34280e1063974de8b5bc /boot.php | |
parent | 217bd2a7045008cab2f025291d7c5a74bb49d918 (diff) | |
download | volse-hubzilla-7c2d27e2750dc0b6cc7448f8e85b25a3c9b09687.tar.gz volse-hubzilla-7c2d27e2750dc0b6cc7448f8e85b25a3c9b09687.tar.bz2 volse-hubzilla-7c2d27e2750dc0b6cc7448f8e85b25a3c9b09687.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.1375' ); +define ( 'FRIENDICA_VERSION', '3.0.1376' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1149 ); |