1 package com.protomatter; 2 3 52 53 57 public class Protomatter 58 { 59 private Protomatter() 60 { 61 super(); 62 } 63 64 67 public static final String VERSION = "1.1.8"; 68 69 73 public static final int VERSION_ARRAY[] = new int[] { 1, 1, 8 }; 74 75 78 public static final boolean DEVELOPMENT_BUILD = false; 79 80 83 public static void main(String args[]) 84 { 85 System.out.println("Protomatter Software version " + VERSION); 86 } 87 } 88 | Popular Tags |