Version.java :  » Ajax » zk » org » zkoss » zkplus » Java Open Source

Java Open Source » Ajax » zk 
zk » org » zkoss » zkplus » Version.java
/* 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
}}IS_RIGHT
*/
package org.zkoss.zkplus;

/**
 * The version of the ZK Plus utilities.
 * {@link #UID} must be the same as the version specified in lang.xml
 * and config.xml.
 * 
 * @author henrichen
 * @since 3.0.1
 */
public class Version {
  /** Returns the version UID.
   */
  public static final String UID = "5.0.0";
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.