diff options
author | Claus-Justus Heine <himself@claus-justus-heine.de> | 2013-11-24 15:33:25 +0100 |
---|---|---|
committer | Claus-Justus Heine <himself@claus-justus-heine.de> | 2013-11-24 15:33:25 +0100 |
commit | b053d671002dff76c61d0d1cb8280d59c6e5dbef (patch) | |
tree | ff642171fdba738081f696951755f740fef16153 | |
parent | 684116d77c83029b1dc95ede21a59a6f4f8114c7 (diff) | |
download | rpg-b053d671002dff76c61d0d1cb8280d59c6e5dbef.tar.gz rpg-b053d671002dff76c61d0d1cb8280d59c6e5dbef.tar.bz2 |
Increase also the API version.
-rw-r--r-- | inc/RemoteAPICore.php | 2 |
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 { |