summaryrefslogtreecommitdiff
path: root/doku.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-01-14 23:59:58 +0100
committerandi <andi@splitbrain.org>2005-01-14 23:59:58 +0100
commit78e788accbcea7d7723fb2940ca949d4c6de30c4 (patch)
tree1221fac3a9792706afd41c53747cb0ddcdcff319 /doku.php
parent65c9a6432594d03159c83e61ec4954a6da1b8d5b (diff)
downloadrpg-78e788accbcea7d7723fb2940ca949d4c6de30c4.tar.gz
rpg-78e788accbcea7d7723fb2940ca949d4c6de30c4.tar.bz2
version string fix
darcs-hash:20050114225958-9977f-c5234044adab6f51eee36362d106926464ee1680.gz
Diffstat (limited to 'doku.php')
-rw-r--r--doku.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/doku.php b/doku.php
index 50f033c9b..7283b14c0 100644
--- a/doku.php
+++ b/doku.php
@@ -6,7 +6,7 @@
* @author Andreas Gohr <andi@splitbrain.org>
*/
- define('DOKUWIKIVERSION','2004-01-14');
+ define('DOKUWIKIVERSION','2005-01-14');
ini_set('short_open_tag',"1");
require_once("conf/dokuwiki.php");