From 4c83f848fb509370c2c0b4fb3ecd084457fa2e14 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 11 Feb 2016 00:55:09 +0100 Subject: [PATCH] updated build --- README.md | 4 +++- src/dorkbox/peParser/PE.java | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee37b65..3d4f352 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.0 + 2.2 ``` @@ -44,3 +44,5 @@ This project is distributed under the terms of the Apache v2.0 License. See file + + diff --git a/src/dorkbox/peParser/PE.java b/src/dorkbox/peParser/PE.java index 3aa2c6c..4dbea4b 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.0"; + return "2.2"; } private static final int PE_OFFSET_LOCATION = 0x3c; @@ -258,3 +258,5 @@ public class PE { + +