Updated builds + build system

This commit is contained in:
nathan 2016-02-13 18:51:13 +01:00
parent be4afff482
commit fecccf303d
2 changed files with 3 additions and 12 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.2</version>
<version>2.3</version>
</dependency>
```
@ -31,3 +31,4 @@ https://oss.sonatype.org/content/repositories/releases/com/dorkbox/PeParser-Dork
<h2>License</h2>
This project is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.

View File

@ -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 {
}
}