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

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

There is a newer version: 10.0.0-jakarta
Show newest version
/* Version.java

	Purpose:
		
	Description:
		
	History:
		Wed Feb  7 18:03:51     2007, Created by tomyeh

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

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

/**
 * The ZK version info.
 * {@link #UID} must be the same as the version specified in config.xml.
 *
 * @author tomyeh
 */
public class Version {
	/** The version UID used to identify the resources.
	 */
	public static final String UID = "7.0.3";
	/** The release version. The official version.
	 * It is the same as {@link org.zkoss.zk.ui.WebApp#getVersion}.
	 * @since 3.0.0
	 */
	public static final String RELEASE = "7.0.3";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy