diff --git a/doku.php b/doku.php index e2375729892e8f88a522066d9409dcccb2e3047a..e699c818b6273276e75009686c3c7fa605444858 100644 --- a/doku.php +++ b/doku.php @@ -7,7 +7,7 @@ */ // update message version -$updateVersion = 35; +$updateVersion = 36; // xdebug_start_profiling(); diff --git a/install.php b/install.php index 03a026028bf7b82075ce7dcf141a02f91771259c..61db2be9f83f42e976a8d178ed9abca98e810d41 100644 --- a/install.php +++ b/install.php @@ -49,6 +49,7 @@ $dokuwiki_hash = array( '2010-11-07' => '7921d48195f4db21b8ead6d9bea801b8', '2011-05-25' => '4241865472edb6fa14a1227721008072', '2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31', + '2012-01-25' => '72c083c73608fc43c586901fd5dabb74', );