summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java')
-rw-r--r--Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java b/Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java
index 882cd3afb44..aad5a50a790 100644
--- a/Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java
+++ b/Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java
@@ -53,7 +53,7 @@ import java.io.Serializable;
* There's a debug mode to print error messages to STDERR to
* investigate the reason for failure.
* @author Nicola Talbot
- * @version 1.2
+ * @version 1.2.1
* @since 1.0
*/
public class TeXOSQuery implements Serializable
@@ -4299,8 +4299,8 @@ public class TeXOSQuery implements Serializable
public static final int DEFAULT_COMPATIBLE=2;
- private static final String VERSION_NUMBER = "1.2";
- private static final String VERSION_DATE = "2017-03-23";
+ private static final String VERSION_NUMBER = "1.2.1";
+ private static final String VERSION_DATE = "2017-03-28";
private static final char BACKSLASH = '\\';
private static final long ZERO = 0L;