Skip to content

Commit

Permalink
Release 4.3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huangnoah committed Apr 25, 2014
1 parent 75ebbc6 commit 5d330f3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ckez/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>ckez</artifactId>
<version>4.3.3.0-FL</version>
<version>4.3.3.0</version>
<properties>
<zk.version>5.0.6</zk.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion ckez/src/archive/metainfo/zk/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Copyright (C) 2012 Potix Corporation. All Rights Reserved.

<version>
<version-class>org.zkforge.ckez.Version</version-class>
<version-uid>4.3.3.0-FL</version-uid>
<version-uid>4.3.3.0</version-uid>
<zk-version>5.0.6</zk-version><!-- or later -->
</version>

Expand Down
2 changes: 1 addition & 1 deletion ckez/src/archive/metainfo/zk/lang-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (C) 2009 Potix Corporation. All Rights Reserved.

<version>
<version-class>org.zkforge.ckez.Version</version-class>
<version-uid>4.3.3.0-FL</version-uid>
<version-uid>4.3.3.0</version-uid>
<zk-version>5.0.6</zk-version><!-- or later -->
</version>

Expand Down
2 changes: 1 addition & 1 deletion ckez/src/org/zkforge/ckez/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
public class Version {
/** Returns the version UID.
*/
public static final String UID = "4.3.3.0-FL";
public static final String UID = "4.3.3.0";
}
2 changes: 1 addition & 1 deletion ckez/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.3.0-FL
4.3.3.0
Binary file modified dist/lib/ckez.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions zkdoc/ckez-release-note
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--------
Ckez 4.3.3.0
April 25 2014

* Features:
Issue #1: Add IE11 Support
* Bugs:
Expand Down

0 comments on commit 5d330f3

Please sign in to comment.