summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorClaus-Justus Heine <himself@claus-justus-heine.de>2013-11-24 15:33:25 +0100
committerClaus-Justus Heine <himself@claus-justus-heine.de>2013-11-24 15:33:25 +0100
commitb053d671002dff76c61d0d1cb8280d59c6e5dbef (patch)
treeff642171fdba738081f696951755f740fef16153 /inc
parent684116d77c83029b1dc95ede21a59a6f4f8114c7 (diff)
downloadrpg-b053d671002dff76c61d0d1cb8280d59c6e5dbef.tar.gz
rpg-b053d671002dff76c61d0d1cb8280d59c6e5dbef.tar.bz2
Increase also the API version.
Diffstat (limited to 'inc')
-rw-r--r--inc/RemoteAPICore.php2
1 files changed, 1 insertions, 1 deletions
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 {