Skip to content

Commit 6240e1d

Browse files
committed
Synchrophasor: Version change for build v2.9.39.0-master.
1 parent a0745ca commit 6240e1d

File tree

16 files changed

+35
-35
lines changed

16 files changed

+35
-35
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.38.0
1+
2.9.39.0

Source/Applications/openPDC/WixFolderGen/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("2.9.38.0")]
35-
[assembly: AssemblyVersion("2.9.38.0")]
36-
[assembly: AssemblyFileVersion("2.9.38.0")]
34+
// [assembly: AssemblyVersion("2.9.39.0")]
35+
[assembly: AssemblyVersion("2.9.39.0")]
36+
[assembly: AssemblyFileVersion("2.9.39.0")]

Source/Applications/openPDC/openPDC/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.InteropServices;
33

44
// Assembly identity attributes.
5-
[assembly: AssemblyVersion("2.9.38.0")]
5+
[assembly: AssemblyVersion("2.9.39.0")]
66

77
// Informational attributes.
88
[assembly: AssemblyCompany("Grid Protection Alliance")]

Source/Applications/openPDC/openPDCConsole/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.InteropServices;
33

44
// Assembly identity attributes.
5-
[assembly: AssemblyVersion("2.9.38.0")]
5+
[assembly: AssemblyVersion("2.9.39.0")]
66

77
// Informational attributes.
88
[assembly: AssemblyCompany("Grid Protection Alliance")]

Source/Applications/openPDC/openPDCServices/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.InteropServices;
33

44
// Assembly identity attributes.
5-
[assembly: AssemblyVersion("2.9.38.0")]
5+
[assembly: AssemblyVersion("2.9.39.0")]
66

77
// Informational attributes.
88
[assembly: AssemblyCompany("Grid Protection Alliance")]

Source/Applications/openPDC/openPDCShell/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("2.9.38.0")]
35-
[assembly: AssemblyVersion("2.9.38.0")]
36-
[assembly: AssemblyFileVersion("2.9.38.0")]
34+
// [assembly: AssemblyVersion("2.9.39.0")]
35+
[assembly: AssemblyVersion("2.9.39.0")]
36+
[assembly: AssemblyFileVersion("2.9.39.0")]

Source/Applications/openPDCManager/Services/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
// [assembly: AssemblyVersion("2.9.38.0")]
34-
[assembly: AssemblyVersion("2.9.38.0")]
35-
[assembly: AssemblyFileVersion("2.9.38.0")]
33+
// [assembly: AssemblyVersion("2.9.39.0")]
34+
[assembly: AssemblyVersion("2.9.39.0")]
35+
[assembly: AssemblyFileVersion("2.9.39.0")]

Source/Applications/openPDCManager/Silverlight/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("2.9.38.0")]
34-
[assembly: AssemblyFileVersion("2.9.38.0")]
33+
[assembly: AssemblyVersion("2.9.39.0")]
34+
[assembly: AssemblyFileVersion("2.9.39.0")]

Source/Applications/openPDCManager/UserControls/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
//
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
53-
// [assembly: AssemblyVersion("2.9.38.0")]
54-
[assembly: AssemblyVersion("2.9.38.0")]
53+
// [assembly: AssemblyVersion("2.9.39.0")]
54+
[assembly: AssemblyVersion("2.9.39.0")]
5555
[assembly: AssemblyFileVersion("1.3.11.58011${AfterVersion}]

Source/Applications/openPDCManager/WPF/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Windows;
66

77
// Assembly identity attributes.
8-
[assembly: AssemblyVersion("2.9.38.0")]
8+
[assembly: AssemblyVersion("2.9.39.0")]
99

1010
// Informational attributes.
1111
[assembly: AssemblyCompany("Grid Protection Alliance")]

0 commit comments

Comments
 (0)