diff options
author | Tom N Harris <tnharris@whoopdedo.org> | 2011-02-23 14:32:32 -0500 |
---|---|---|
committer | Tom N Harris <tnharris@whoopdedo.org> | 2011-02-23 14:32:32 -0500 |
commit | 287bc2877f03f25914816a266c305c6cf6c8c772 (patch) | |
tree | 5b140f237f78ddb868a103be27eed709320c90df | |
parent | 5981eb09ea0468a670c1cdb238962bf54180c599 (diff) | |
download | rpg-287bc2877f03f25914816a266c305c6cf6c8c772.tar.gz rpg-287bc2877f03f25914816a266c305c6cf6c8c772.tar.bz2 |
Increase version tag for new indexer
-rw-r--r-- | inc/indexer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/indexer.php b/inc/indexer.php index 5ab0ec002..2e36b6ed7 100644 --- a/inc/indexer.php +++ b/inc/indexer.php @@ -10,7 +10,7 @@ if(!defined('DOKU_INC')) die('meh.'); // Version tag used to force rebuild on upgrade -define('INDEXER_VERSION', 3); +define('INDEXER_VERSION', 4); // set the minimum token length to use in the index (note, this doesn't apply to numeric tokens) if (!defined('IDX_MINWORDLENGTH')) define('IDX_MINWORDLENGTH',2); |