Project

General

Profile

« Previous | Next » 

Revision 68d51549

Added by Leszek Koltunski about 1 year ago

Up the MAJOR version to 9 to account for the new SPLIT type supported by the interpreter.

View differences:

src/main/java/org/distorted/objectlib/json/JsonWriter.java
33 33

  
34 34
public class JsonWriter
35 35
{
36
  public static final int VERSION_OBJECT_MAJOR = 8;
36
  public static final int VERSION_OBJECT_MAJOR = 9;
37 37
  public static final int VERSION_OBJECT_MINOR = 0;
38 38
  public static final int VERSION_EXTRAS_MAJOR = 1;
39 39
  public static final int VERSION_EXTRAS_MINOR = 0;

Also available in: Unified diff