set version number embedded in flex application to match the one in the project pom.xml files: 1.0.1.WorldVistA-SNAPSHOT
This commit is contained in:
parent
83a7255b2e
commit
3c75ac927e
|
@ -54,7 +54,7 @@ public class TrackingModelLocator implements ModelLocator
|
|||
public var bigboardInfo: BigBoardDebugInfo;
|
||||
|
||||
public var appName: String = "";
|
||||
public var appClientVersion: String = "1.0";
|
||||
public var appClientVersion: String = "1.0.1.WorldVistA-SNAPSHOT";
|
||||
public var contextRoot: String = "";
|
||||
public var appViewList: ArrayCollection;
|
||||
public var appViewState: int = VIEW_APP_INTRO;
|
||||
|
|
Loading…
Reference in New Issue