Skip to content

Commit

Permalink
SIEGate: Version change for build v1.7.4.0-master.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfbuildbot committed May 6, 2019
1 parent 4c94d41 commit 1f5d23f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Build/Scripts/SIEGate.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.3.0
1.7.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
[assembly: Guid("c8a353e9-9383-46c5-8c19-8da53d307cde")]

// Assembly identity attributes.
[assembly: AssemblyVersion("1.7.3.0")]
[assembly: AssemblyFileVersion("1.7.3.0")]
[assembly: AssemblyVersion("1.7.4.0")]
[assembly: AssemblyFileVersion("1.7.4.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Runtime.InteropServices;

// Assembly identity attributes.
[assembly: AssemblyVersion("1.7.3.0")]
[assembly: AssemblyVersion("1.7.4.0")]

// Informational attributes.
[assembly: AssemblyCompany("Grid Protection Alliance")]
Expand Down
6 changes: 3 additions & 3 deletions Source/Applications/SIEGateManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.7.3.0")]
[assembly: AssemblyVersion("1.7.3.0")]
[assembly: AssemblyFileVersion("1.7.3.0")]
// [assembly: AssemblyVersion("1.7.4.0")]
[assembly: AssemblyVersion("1.7.4.0")]
[assembly: AssemblyFileVersion("1.7.4.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.7.3.0")]
[assembly: AssemblyVersion("1.7.3.0")]
// [assembly: AssemblyVersion("1.7.4.0")]
[assembly: AssemblyVersion("1.7.4.0")]

0 comments on commit 1f5d23f

Please sign in to comment.