add block map (will reimplement this)
This commit is contained in:
parent
9930d1bb6d
commit
64cff6a171
4 changed files with 133 additions and 1 deletions
|
@ -8,4 +8,6 @@ public abstract class Version {
|
|||
public static final int MAJOR = 2;
|
||||
public static final int MINOR = 3;
|
||||
public static final int PATCH = 0;
|
||||
|
||||
public static final int DATA = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue