01: /* Version.java
02:
03: {{IS_NOTE
04: Purpose:
05:
06: Description:
07:
08: History:
09: Tue Jul 25 12:07:10 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.fckez;
18:
19: /**
20: * Specified this in lang.xml, such that ZK knows what lang-addon.xml is associated
21: * with fckez.
22: *
23: * @author tomyeh
24: */
25: public class Version {
26: /** Returns the version UID.
27: */
28: public static final String UID = "2.5.1_1";
29: }
|