Home | History | Annotate | Download | only in system
      1 package com.jme3.system;
      2 
      3 public class JmeVersion {
      4     public static final String FULL_NAME = "jMonkeyEngine 3.0.0 Beta";
      5 }
      6