
org.zkoss.bind.Version Maven / Gradle / Ivy
/* Version.java
{{IS_NOTE
Purpose:
Description:
History:
Mon Aug 08 12:55:15 2011, Created by henrichen
}}IS_NOTE
Copyright (C) 2011 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
}}IS_RIGHT
*/
package org.zkoss.bind;
/**
* The version of the ZK Binding.
* {@link #UID} must be the same as the version specified in lang.xml
* and config.xml.
*
* @author henrichen
* @since 6.0.0
*/
public class Version {
/** Returns the version UID.
*/
public static final String UID = "8.0.1.1";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy