You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/26 15:34:54 UTC

[06/36] git commit: [flex-falcon] [refs/heads/develop] - update SWF product info version

update SWF product info version


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

Branch: refs/heads/develop
Commit: 8122f9f5c5829195a13601b1f2fdd9b9a0605354
Parents: 9a95845
Author: Alex Harui <ah...@apache.org>
Authored: Thu May 11 11:51:41 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu May 11 11:51:41 2017 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/flex/compiler/common/VersionInfo.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/8122f9f5/compiler/src/main/java/org/apache/flex/compiler/common/VersionInfo.java
----------------------------------------------------------------------
diff --git a/compiler/src/main/java/org/apache/flex/compiler/common/VersionInfo.java b/compiler/src/main/java/org/apache/flex/compiler/common/VersionInfo.java
index 99a4194..8fadbd9 100644
--- a/compiler/src/main/java/org/apache/flex/compiler/common/VersionInfo.java
+++ b/compiler/src/main/java/org/apache/flex/compiler/common/VersionInfo.java
@@ -31,8 +31,8 @@ import org.apache.flex.utils.Trace;
  */
 public class VersionInfo
 {
-    public static final String FLEX_MAJOR_VERSION = "4";
-    public static final String FLEX_MINOR_VERSION = "7";
+    public static final String FLEX_MAJOR_VERSION = "0";
+    public static final String FLEX_MINOR_VERSION = "8";
     public static final String FLEX_NANO_VERSION  = "0";
     
 	/**