/* Chosenbox.java Purpose: Description: History: Tue Nov 16 15:15:52 TST 2011, Created by benbai Copyright (C) 2011 Potix Corporation. All Rights Reserved. {{IS_RIGHT This program is distributed under LGPL Version 3.0 in the hope that it will be useful, but WITHOUT ANY WARRANTY. }}IS_RIGHT */ package org.zkoss.addon.chosenbox; /** * Specified this in lang.xml, such that ZK knows what lang-addon.xml is associated * with chosenbox. * */ public class Version { /** Returns the version UID. */ public static final String UID = "1.0.0"; }