diff --git a/README b/README index 1ddc432d9..1b0b6f9e3 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ Copyright 2003-2012 by JSTOR and the President and Fellows of Harvard College JHOVE is made available under the GNU Lesser General Public License (LGPL; see the file LICENSE for details) -Rev. 1.11b1, 2013-09-22 +Rev. 1.11, 2013-09-29 JHOVE (the JSTOR/Harvard Object Validation Environment, pronounced "jhove") is an extensible software framework for performing format identification, diff --git a/RELEASENOTES b/RELEASENOTES index 60f913ee5..a525c67df 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -25,8 +25,11 @@ GENERAL Java 1.4 and probably wasn't working for many people), instead assuming that the JAVA command is available on the command line. -3. All javac commands in build.xml files now specify source=1.5 for +4. All javac commands in build.xml files now specify source=1.5 for compatibility with more recent compilers. + +5. gdumpwin.bat is deleted. It's redundant with gdump.bat and has bugs + of its own. PDF MODULE diff --git a/bin/JhoveApp.jar b/bin/JhoveApp.jar index afd7e473d..2c0ed88ac 100644 Binary files a/bin/JhoveApp.jar and b/bin/JhoveApp.jar differ diff --git a/bin/JhoveView.jar b/bin/JhoveView.jar index 172d478a5..63e649d64 100644 Binary files a/bin/JhoveView.jar and b/bin/JhoveView.jar differ diff --git a/bin/jhove-handler.jar b/bin/jhove-handler.jar index acc7e0540..4f921c539 100644 Binary files a/bin/jhove-handler.jar and b/bin/jhove-handler.jar differ diff --git a/bin/jhove-module.jar b/bin/jhove-module.jar index 6a497f48c..5adc3bb8e 100644 Binary files a/bin/jhove-module.jar and b/bin/jhove-module.jar differ diff --git a/bin/jhove.jar b/bin/jhove.jar index ddd7cc53a..d1bd81ab7 100644 Binary files a/bin/jhove.jar and b/bin/jhove.jar differ diff --git a/classes/edu/harvard/hul/ois/jhove/JhoveBase.java b/classes/edu/harvard/hul/ois/jhove/JhoveBase.java index 21044363e..908f330bf 100644 --- a/classes/edu/harvard/hul/ois/jhove/JhoveBase.java +++ b/classes/edu/harvard/hul/ois/jhove/JhoveBase.java @@ -38,8 +38,8 @@ public class JhoveBase private static Date _date; public static final String _name = "JhoveBase"; - public static final String _release = "1.11b1"; - public static final int [] DATE = {2013, 9, 22}; + public static final String _release = "1.11"; + public static final int [] DATE = {2013, 9, 29}; private static final String _rights = "Derived from software Copyright 2004-2011 " + "by the President and Fellows of Harvard College. " +