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:29 UTC

[1/2] git commit: [flex-sdk] [refs/heads/develop] - Make 4.12 the new version

Updated Branches:
  refs/heads/develop c351911cc -> ff1b6ef01


Make 4.12 the new version


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

Branch: refs/heads/develop
Commit: d3eff5e7a00b043dc0eb5ce78949db33d81c4000
Parents: c351911
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Oct 22 10:09:44 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Oct 22 10:09:44 2013 +1100

----------------------------------------------------------------------
 local-template.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/d3eff5e7/local-template.properties
----------------------------------------------------------------------
diff --git a/local-template.properties b/local-template.properties
index deb78c0..363c342 100644
--- a/local-template.properties
+++ b/local-template.properties
@@ -18,8 +18,8 @@
 ################################################################################
 
 # flex-sdk-description values
-release = Apache Flex 4.11.0
-release.version = 4.11.0
+release = Apache Flex 4.12.0
+release.version = 4.12.0
 
 # override on command line with -Dbuild.number=999 or in local.properties
 build.number = 0


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

Posted by jm...@apache.org.
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";
     
 	/**