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/release0.8.0 Commit: 8122f9f5c5829195a13601b1f2fdd9b9a0605354 Parents: 9a95845 Author: Alex Harui <[email protected]> Authored: Thu May 11 11:51:41 2017 -0700 Committer: Alex Harui <[email protected]> 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"; /**
