Skip to content

Commit

Permalink
JHOVE 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcgath committed Sep 29, 2013
1 parent f6c5634 commit 5701769
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
5 changes: 4 additions & 1 deletion RELEASENOTES
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified bin/JhoveApp.jar
Binary file not shown.
Binary file modified bin/JhoveView.jar
Binary file not shown.
Binary file modified bin/jhove-handler.jar
Binary file not shown.
Binary file modified bin/jhove-module.jar
Binary file not shown.
Binary file modified bin/jhove.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions classes/edu/harvard/hul/ois/jhove/JhoveBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -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. " +
Expand Down

0 comments on commit 5701769

Please sign in to comment.