From 3e508713cbd442204f6401d17c9ab6a0f519d4c5 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 28 Apr 2016 16:46:17 +0200 Subject: [PATCH] Updated version --- README.md | 2 +- src/dorkbox/peParser/PE.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d537e9..41b4bc7 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.5 + 2.6 ``` diff --git a/src/dorkbox/peParser/PE.java b/src/dorkbox/peParser/PE.java index 5275265..e625abe 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.5"; + return "2.6"; } private static final int PE_OFFSET_LOCATION = 0x3c;