Version hochgesetzt
This commit is contained in:
@@ -15,12 +15,12 @@ namespace BeWo
|
||||
{
|
||||
var baseVersion = new Version(BeWoApp.ShortVersion);
|
||||
var stage = BeWoClientReleaseStage.Sandbox;
|
||||
var stageVersion = new Version("4.5");
|
||||
var stageVersion = new Version("5.0");
|
||||
var feature = BeWoClientFeature.AI;
|
||||
|
||||
#if !DEBUG
|
||||
stage = BeWoClientReleaseStage.Release;
|
||||
feature = BeWoClientFeature.None;
|
||||
//stage = BeWoClientReleaseStage.Release;
|
||||
//feature = BeWoClientFeature.None;
|
||||
#endif
|
||||
|
||||
BeWoAppVersion = new BeWoAppVersion(baseVersion, stage, stageVersion, feature);
|
||||
|
||||
Reference in New Issue
Block a user