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 2014/10/10 23:08:24 UTC

[2/2] git commit: [flex-utilities] [refs/heads/develop] - make clear the version logged is the installer version

make clear the version logged is the installer version


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

Branch: refs/heads/develop
Commit: 8320e470f8ca745425285e9da2776079de456db7
Parents: 906ecb7
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Oct 11 08:08:07 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Oct 11 08:08:07 2014 +1100

----------------------------------------------------------------------
 installer/src/InstallApacheFlex.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8320e470/installer/src/InstallApacheFlex.mxml
----------------------------------------------------------------------
diff --git a/installer/src/InstallApacheFlex.mxml b/installer/src/InstallApacheFlex.mxml
index 83e61ad..0b76f4c 100644
--- a/installer/src/InstallApacheFlex.mxml
+++ b/installer/src/InstallApacheFlex.mxml
@@ -1005,7 +1005,7 @@ variables are not required because the locations of these pieces are known.
                 var currentVersion:String = applicationDescriptor.xmlns::versionNumber.toString();
 
                 // Log the Installer version to help with any support issues that arise.
-                log("Version " + currentVersion + " (" + _os.os + ")", 0);
+                log("Installer version " + currentVersion + " (" + _os.os + ")", 0);
                 loggedVersion = true;
             }
         }