Project

General

Profile

« Previous | Next » 

Revision b8eb07a5

Added by Leszek Koltunski 12 months ago

We have just introduced a non-backwards compatible improvement to the interpreter - up the interpreter version to 11.

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 = 10;
36
  public static final int VERSION_OBJECT_MAJOR = 11;
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