All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eiichiro.gig.shell.Version Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) 2014 Eiichiro Uchiumi. All Rights Reserved.
 */
package org.eiichiro.gig.shell;

/**
 * {@code Version}
 * 
 * @author Eiichiro Uchiumi
 */
public class Version {

	private Version() {}
	
	/** Serial major version for this build. */
	public static final int MAJOR = 0;
	
	/** Serial miner version for this build. */
	public static final int MINER = 0;
	
	/** Serial build version for this build. */
	public static final int BUILD = 1;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy