diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-05 22:50:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-05 22:50:09 +0000 |
commit | af94f399b2a355396d222eb693423beb6294a683 (patch) | |
tree | 4c2210f7e726a226b6479a7ab3b99b036f2ac377 /Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java | |
parent | 8f155cad2caac2649a6e16f1e2944998bced1975 (diff) |
texosquery (5may17)
git-svn-id: svn://tug.org/texlive/trunk@44216 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java')
-rw-r--r-- | Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java b/Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java index cf1f59d12bf..5e371b56ab2 100644 --- a/Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java +++ b/Master/texmf-dist/source/support/texosquery/java/TeXOSQuery.java @@ -4312,8 +4312,8 @@ public class TeXOSQuery implements Serializable public static final int DEFAULT_COMPATIBLE=2; - private static final String VERSION_NUMBER = "1.3"; - private static final String VERSION_DATE = "2017-03-31"; + private static final String VERSION_NUMBER = "1.4"; + private static final String VERSION_DATE = "2017-05-05"; private static final char BACKSLASH = '\\'; private static final long ZERO = 0L; |