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/04/14 00:42:24 UTC

[33/64] [abbrv] git commit: [flex-flexunit] [refs/heads/master] - update version to 2.1.0

update version to 2.1.0


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

Branch: refs/heads/master
Commit: bf654dd4c99d92795d7a93f730bf0d80c558a978
Parents: c8680a9
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 17 17:41:16 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 17 17:41:16 2014 +1100

----------------------------------------------------------------------
 FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/bf654dd4/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as b/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as
index 6375fbb..a452302 100644
--- a/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as
+++ b/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as
@@ -46,7 +46,7 @@ package org.flexunit.runner {
 	[Event(type="testsStopped", type="flash.events.Event")]
 
 	/**  
-	 * FlexUnit4 Version: 4.1.00<br/>
+	 * FlexUnit4 Version: 4.2.0<br/>
 	 * 
 	 * The <code>FlexUnitCore</code> is responsible for executing objects that implement an <code>IRequest</code>
 	 * interface.  There are several ways that the <code>IRequest</code> can be provided to the 
@@ -145,7 +145,7 @@ package org.flexunit.runner {
 		 * Returns the version number.
 		 */
 		public static function get version():String {
-			return "4.1.0";
+			return "4.2.0";
 		}
 		
 		/**