You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2016/01/11 22:55:04 UTC

[21/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - update a few more version vars so mustella test passes

update a few more version vars so mustella test passes


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/35028cdd
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/35028cdd
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/35028cdd

Branch: refs/heads/master
Commit: 35028cdd1d629dc0b22fc0648c2dcdc0734cb471
Parents: 5c7e0f8
Author: Alex Harui <ah...@apache.org>
Authored: Tue Dec 15 21:46:46 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Dec 15 21:46:46 2015 -0800

----------------------------------------------------------------------
 .../src/java/flex2/compiler/common/MxmlConfiguration.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/35028cdd/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java b/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
index 7976103..08a9c0c 100644
--- a/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
+++ b/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
@@ -63,10 +63,10 @@ public class MxmlConfiguration
     public static final int VERSION_3_0 = 0x03000000;
     public static final int VERSION_2_0_1 = 0x02000001;
     public static final int VERSION_2_0 = 0x02000000;
-    public static final int CURRENT_VERSION = VERSION_4_14_1;
+    public static final int CURRENT_VERSION = VERSION_4_15;
     public static final int EARLIEST_MAJOR_VERSION = 3;
     public static final int LATEST_MAJOR_VERSION = 4;
-    public static final int LATEST_MINOR_VERSION = 14;
+    public static final int LATEST_MINOR_VERSION = 15;
 
 	private int major = LATEST_MAJOR_VERSION;
 	private int minor = LATEST_MINOR_VERSION;