summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorGuillaume Turri <guillaume.turri@gmail.com>2013-01-21 09:46:12 +0100
committerGuillaume Turri <guillaume.turri@gmail.com>2013-01-21 09:46:12 +0100
commit45c1b04dfbc6014555d58bc561e6c277a2c2dc79 (patch)
treee0f1dc088122cfebe2b1734ca35a5a646aaae82a /inc
parent77e5adb1a4bff9e9dd43f7c10beaa235c6eb5398 (diff)
downloadrpg-45c1b04dfbc6014555d58bc561e6c277a2c2dc79.tar.gz
rpg-45c1b04dfbc6014555d58bc561e6c277a2c2dc79.tar.bz2
Increment DOKU_API_VERSION
Because wiki.getAttachments now returns 'perms' instead of 'perm'
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 72af65329..07e6aa090 100644
--- a/inc/RemoteAPICore.php
+++ b/inc/RemoteAPICore.php
@@ -3,7 +3,7 @@
/**
* Increased whenever the API is changed
*/
-define('DOKU_API_VERSION', 7);
+define('DOKU_API_VERSION', 8);
class RemoteAPICore {