aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-08 15:33:01 -0700
committerfriendica <info@friendica.com>2012-05-08 15:33:01 -0700
commit10812e0c19b9a8db3620c40656ba8bb480e04da0 (patch)
tree77357de8d361da105720e2c16545d01054224563 /boot.php
parentda4a360a6ebef8188aa9125b6911b88d7eb9e609 (diff)
downloadvolse-hubzilla-10812e0c19b9a8db3620c40656ba8bb480e04da0.tar.gz
volse-hubzilla-10812e0c19b9a8db3620c40656ba8bb480e04da0.tar.bz2
volse-hubzilla-10812e0c19b9a8db3620c40656ba8bb480e04da0.zip
make it optional to optimize the item table after expire
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 15e2d5c06..d44d2bddc 100644
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '2.3.1335' );
+define ( 'FRIENDICA_VERSION', '2.3.1336' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1143 );