Project

General

Profile

« Previous | Next » 

Revision 8c8c6fcf

Added by Leszek Koltunski about 2 years ago

Bump MAJOR version to 3 (we cannot intermix the new Mixup json objects with version 2 app interpreter)

View differences:

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

  
44 44
public class JsonWriter
45 45
{
46
  public static final int VERSION_OBJECT_MAJOR = 2;
46
  public static final int VERSION_OBJECT_MAJOR = 3;
47 47
  public static final int VERSION_OBJECT_MINOR = 0;
48 48
  public static final int VERSION_EXTRAS_MAJOR = 1;
49 49
  public static final int VERSION_EXTRAS_MINOR = 0;

Also available in: Unified diff