01: /* Version.java
02:
03: {{IS_NOTE
04: Purpose:
05:
06: Description:
07:
08: History:
09: Tue Jul 25 11:57:16 2006, Created by tomyeh
10: }}IS_NOTE
11:
12: Copyright (C) 2006 Potix Corporation. All Rights Reserved.
13:
14: {{IS_RIGHT
15: }}IS_RIGHT
16: */
17: package org.zkforge.timeline;
18:
19: /**
20: * Specified this in lang.xml, such that ZK knows what lang-addon.xml is
21: * associated with timelinez.
22: *
23: * @author Gu WeiXing
24: */
25: public class Version {
26: /**
27: * Returns the version UID.
28: */
29: public static final String UID = "1.2_1";
30:
31: }
|