From fecccf303d18b5b1f83a4287e10a84c722d1dccd Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 13 Feb 2016 18:51:13 +0100 Subject: [PATCH] Updated builds + build system --- README.md | 3 ++- src/dorkbox/peParser/PE.java | 12 +----------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2c05f46..5587b6d 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.2 + 2.3 ``` @@ -31,3 +31,4 @@ https://oss.sonatype.org/content/repositories/releases/com/dorkbox/PeParser-Dork

License

This project is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references. + diff --git a/src/dorkbox/peParser/PE.java b/src/dorkbox/peParser/PE.java index 4dbea4b..a8459d4 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.2"; + return "2.3"; } private static final int PE_OFFSET_LOCATION = 0x3c; @@ -250,13 +250,3 @@ public class PE { } } - - - - - - - - - -