diff --git a/LICENSE b/LICENSE index 95f1b36..7019968 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ - Dorkbox PE Parser - Apache 2.0 License https://github.com/dorkbox Copyright 2012, dorkbox, llc + A Windows PE (Portable Executable) file parser for java. - Dorkbox Utils - Apache 2.0 License diff --git a/README.md b/README.md index 41b4bc7..5cb49a1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox PeParser - 2.6 + 2.7 ``` diff --git a/src/dorkbox/peParser/PE.java b/src/dorkbox/peParser/PE.java index e625abe..a71c167 100644 --- a/src/dorkbox/peParser/PE.java +++ b/src/dorkbox/peParser/PE.java @@ -48,7 +48,7 @@ public class PE { */ public static String getVersion() { - return "2.6"; + return "2.7"; } private static final int PE_OFFSET_LOCATION = 0x3c;