summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/pax/src/Constants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/pax/src/Constants.java b/Master/texmf-dist/source/latex/pax/src/Constants.java
index 0181717e09e..054d06717cc 100644
--- a/Master/texmf-dist/source/latex/pax/src/Constants.java
+++ b/Master/texmf-dist/source/latex/pax/src/Constants.java
@@ -22,7 +22,7 @@ package pax;
public interface Constants {
- public String PAX_VERSION = "0.1j";
+ public String PAX_VERSION = "0.1k";
public String ENTRY_BEG = "\\[";
public String ENTRY_END = "\\\\\n";