Updated version

This commit is contained in:
nathan 2016-04-03 21:03:24 +02:00
parent df96f2b21b
commit 328563b429
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>PeParser</artifactId>
<version>2.4</version>
<version>2.5</version>
</dependency>
```

View File

@ -48,7 +48,7 @@ public class PE {
*/
public static
String getVersion() {
return "2.4";
return "2.5";
}
private static final int PE_OFFSET_LOCATION = 0x3c;