aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-13 16:17:45 -0700
committerfriendica <info@friendica.com>2012-06-13 16:17:45 -0700
commitd908c9dd7196276e1364f77abb053aba3dce77af (patch)
tree11a49a7fa1bf2211a265dff9213243cde8601fb1 /boot.php
parenta424fecdae3b54b47778ed7a52452ff80c2bf631 (diff)
downloadvolse-hubzilla-d908c9dd7196276e1364f77abb053aba3dce77af.tar.gz
volse-hubzilla-d908c9dd7196276e1364f77abb053aba3dce77af.tar.bz2
volse-hubzilla-d908c9dd7196276e1364f77abb053aba3dce77af.zip
disable archive widget for PHP < 5.3
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index a611bf964..bf4e59293 100644
--- a/boot.php
+++ b/boot.php
@@ -10,7 +10,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '3.0.1372' );
+define ( 'FRIENDICA_VERSION', '3.0.1373' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1149 );