File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ is available in [org/wikipedia/WMFWiki.java](src/org/wikipedia/WMFWiki.java).
1111This project also contains the source code to the tools hosted at
1212https://wikipediatools.appspot.com and other Wikipedia-related bits and pieces. Requires JDK >= 1.8.
1313
14- Latest stable version: [ 0.31 ] ( https://github.com/MER-C/wiki-java/releases/tag/0.31 ) --
15- MediaWiki versions 1.23 +
14+ Latest stable version: [ 0.32 ] ( https://github.com/MER-C/wiki-java/releases/tag/0.32 ) --
15+ MediaWiki versions 1.28 +
1616
1717## Bug reports
1818
Original file line number Diff line number Diff line change 11/**
2- * @(#)Wiki.java 0.31 29/08/2015
3- * Copyright (C) 2007 - 2016 MER-C and contributors
2+ * @(#)Wiki.java 0.32 18/12/2016
3+ * Copyright (C) 2007 - 2017 MER-C and contributors
44 *
55 * This program is free software; you can redistribute it and/or
66 * modify it under the terms of the GNU General Public License
3636 * Requires JDK 1.8 or greater. Uses the <a
3737 * href="//www.mediawiki.org/wiki/API:Main_page">MediaWiki API</a> for most
3838 * operations. It is recommended that the server runs the latest version
39- * of MediaWiki (1.23 ), otherwise some functions may not work.
39+ * of MediaWiki (1.28 ), otherwise some functions may not work.
4040 * <p>
4141 * Extended documentation is available
4242 * <a href="//github.com/MER-C/wiki-java/wiki/Extended-documentation">here</a>.
4747 * or at the <a href="//github.com/MER-C/wiki-java/issues">Github issue tracker</a>.
4848 *
4949 * @author MER-C and contributors
50- * @version 0.31
50+ * @version 0.32
5151 */
5252public class Wiki implements Serializable
5353{
@@ -407,7 +407,7 @@ public enum Gender
407407 unknown ;
408408 }
409409
410- private static final String version = "0.31 " ;
410+ private static final String version = "0.32 " ;
411411
412412 // the domain of the wiki
413413 private String domain ;
You can’t perform that action at this time.
0 commit comments