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

org.zkoss.gmaps.Version Maven / Gradle / Ivy

/* Version.java

{{IS_NOTE
	Purpose:
		
	Description:
		
	History:
		Thu Oct 12 16:34:05     2006, Created by henrichen
}}IS_NOTE

Copyright (C) 2006 Potix Corporation. All Rights Reserved.

{{IS_RIGHT
	This program is distributed under GPL Version 2.0 in the hope that
	it will be useful, but WITHOUT ANY WARRANTY.
}}IS_RIGHT
*/
package org.zkoss.gmaps;

/**
 * Specified this in lang.xml, such that ZK knows what lang-addon.xml is associated
 * with gmapsz.
 * 
 * @author henrichen
 */
public class Version {
	/** Returns the version UID.
	 */
	public static final String UID = "2.0.51";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy