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 2013/10/22 01:25:30 UTC

[2/2] git commit: [flex-sdk] [refs/heads/develop] - Make 4.12 the new version - note that this was missed in 4.11

Make 4.12 the new version - note that this was missed in 4.11


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

Branch: refs/heads/develop
Commit: ff1b6ef015e77f4dc70b6d27db26b5dcfaedc057
Parents: d3eff5e
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Oct 22 10:15:08 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Oct 22 10:15:08 2013 +1100

----------------------------------------------------------------------
 modules/compiler/src/java/flex2/tools/VersionInfo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/ff1b6ef0/modules/compiler/src/java/flex2/tools/VersionInfo.java
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/VersionInfo.java b/modules/compiler/src/java/flex2/tools/VersionInfo.java
index a5564cc..09a9974 100644
--- a/modules/compiler/src/java/flex2/tools/VersionInfo.java
+++ b/modules/compiler/src/java/flex2/tools/VersionInfo.java
@@ -32,7 +32,7 @@ import java.util.Properties;
 public class VersionInfo
 {
     public static String FLEX_MAJOR_VERSION = "4";
-    public static String FLEX_MINOR_VERSION = "10";
+    public static String FLEX_MINOR_VERSION = "12";
     public static String FLEX_NANO_VERSION  = "0";
     
 	/**