diff options
author | friendica <info@friendica.com> | 2012-05-08 15:33:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-08 15:33:01 -0700 |
commit | 10812e0c19b9a8db3620c40656ba8bb480e04da0 (patch) | |
tree | 77357de8d361da105720e2c16545d01054224563 /boot.php | |
parent | da4a360a6ebef8188aa9125b6911b88d7eb9e609 (diff) | |
download | volse-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.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', '2.3.1335' ); +define ( 'FRIENDICA_VERSION', '2.3.1336' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); |