From 287bc2877f03f25914816a266c305c6cf6c8c772 Mon Sep 17 00:00:00 2001
From: Tom N Harris <tnharris@whoopdedo.org>
Date: Wed, 23 Feb 2011 14:32:32 -0500
Subject: [PATCH] Increase version tag for new indexer

---
 inc/indexer.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
GitLab