From b053d671002dff76c61d0d1cb8280d59c6e5dbef Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine Date: Sun, 24 Nov 2013 15:33:25 +0100 Subject: Increase also the API version. --- inc/RemoteAPICore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php index 9607b5c89..a26c2d0de 100644 --- a/inc/RemoteAPICore.php +++ b/inc/RemoteAPICore.php @@ -3,7 +3,7 @@ /** * Increased whenever the API is changed */ -define('DOKU_API_VERSION', 8); +define('DOKU_API_VERSION', 9); class RemoteAPICore { -- cgit v1.2.3