update JNI code for 1.1.6

This commit is contained in:
Grant Limberg 2016-07-07 20:07:07 -07:00
parent 2d7c58540f
commit be0af135bc
7 changed files with 4 additions and 170 deletions

View file

@ -33,5 +33,4 @@ public final class Version {
public int major = 0;
public int minor = 0;
public int revision = 0;
public long featureFlags = 0;
}