Skip to content

Commit

Permalink
Merged PR 911: version changes
Browse files Browse the repository at this point in the history
version changes
  • Loading branch information
sosewe authored and gitongakithinji committed Feb 8, 2019
2 parents 11e5bb5 + 2745b94 commit d9bd368
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Application/Application.Presentation/GblIQCare.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class GblIQCare
public GblIQCare()
{
AppVersion = "Ver 2.0.0 Kenya HMIS";
ReleaseDate = "24-Jan-2019";
ReleaseDate = "08-Feb-2019";
VersionName = "Kenya HMIS Ver 2.0.0 BETA";
DbVersion = "Ver 2.0.0 Kenya HMIS";
}
Expand All @@ -50,7 +50,7 @@ public GblIQCare()
#region "Application Parameters"
public static string AppVersion = "Ver 2.0.0 Kenya HMIS";
public static string DbVersion = "Ver 2.0.0 Kenya HMIS";
public static string ReleaseDate = "24-Jan-2019";
public static string ReleaseDate = "08-Feb-2019";
public static string VersionName = "Kenya HMIS Ver 2.0.0 BETA";
#endregion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<EmbeddedResource Include="Scripts\1.0.0.9\54_SO_CreateView_pmtctPatientScreeningView.sql" />
<EmbeddedResource Include="Scripts\1.0.0.9\55_SO_CreateVIew_PatientPreventiveServiceView.sql" />
<EmbeddedResource Include="Scripts\1.0.0.9\56_SO_CreateView_VisitDetailsView.sql" />
<EmbeddedResource Include="Scripts\1.0.0.9\01_SO_IQCare_Version.sql" />
<EmbeddedResource Include="Scripts\2.0.0\37_SO_IQCare_Version.sql" />
<EmbeddedResource Include="Scripts\1.0.0.9\58_Add_Lookups_ReviewOfSystems.sql" />
<EmbeddedResource Include="Scripts\2.0.0\02_DO_AlterView_PatientDeliveryInfo.sql" />
<EmbeddedResource Include="Scripts\2.0.0\03 pr_Security_UserLogin_Constella.sql" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
AppVer= 'Ver 2.0.0 Kenya HMIS',
VersionName = 'Kenya HMIS Ver 2.0.0 BETA',
DBVer= 'Ver 2.0.0 Kenya HMIS',
RelDate='2019-01-24 00:00:00.000'
RelDate='2019-02-08 00:00:00.000'
WHERE Id>0


Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


UPDATE AppAdmin
SET
AppVer= 'Ver 2.0.0 Kenya HMIS',
VersionName = 'Kenya HMIS Ver 2.0.0 BETA',
DBVer= 'Ver 2.0.0 Kenya HMIS',
RelDate='2019-02-08 00:00:00.000'
WHERE Id>0


0 comments on commit d9bd368

Please sign in to comment.