/* Version.java
Purpose:
Description:
History:
Fri Aug 10 15:56:42 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.web;
/**
* The version of the ZK Web Library.
* {@link #UID} must be the same as the version specified in config.xml.
*
* @author tomyeh
* @since 3.0.0
*/
public class Version {
/** Returns the version UID.
*/
public static final String UID = "8.0.5";
}