summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/pax/src/Constants.java
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/pax/src/Constants.java')
-rw-r--r--Master/texmf-dist/source/latex/pax/src/Constants.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/pax/src/Constants.java b/Master/texmf-dist/source/latex/pax/src/Constants.java
index d97312684fe..0181717e09e 100644
--- a/Master/texmf-dist/source/latex/pax/src/Constants.java
+++ b/Master/texmf-dist/source/latex/pax/src/Constants.java
@@ -1,5 +1,5 @@
/* Constants.java
-Copyright (C) 2006 Heiko Oberdiek
+Copyright (C) 2006-2008, 2011 Heiko Oberdiek
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ package pax;
public interface Constants {
- public String PAX_VERSION = "0.01";
+ public String PAX_VERSION = "0.1j";
public String ENTRY_BEG = "\\[";
public String ENTRY_END = "\\\\\n";