diff --git a/Build/Scripts/substationSBG.version b/Build/Scripts/substationSBG.version index 0de1841324..d9ffc1da71 100755 --- a/Build/Scripts/substationSBG.version +++ b/Build/Scripts/substationSBG.version @@ -1 +1 @@ -1.2.3.0 \ No newline at end of file +1.2.4.0 \ No newline at end of file diff --git a/Source/Applications/substationSBG/substationSBG/Properties/AssemblyInfo.cs b/Source/Applications/substationSBG/substationSBG/Properties/AssemblyInfo.cs index e13b23d161..b79002dc19 100755 --- a/Source/Applications/substationSBG/substationSBG/Properties/AssemblyInfo.cs +++ b/Source/Applications/substationSBG/substationSBG/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.InteropServices; // Assembly identity attributes. -[assembly: AssemblyVersion("1.2.3.0")] +[assembly: AssemblyVersion("1.2.4.0")] // Informational attributes. [assembly: AssemblyCompany("Grid Protection Alliance")] diff --git a/Source/Applications/substationSBG/substationSBGConsole/Properties/AssemblyInfo.cs b/Source/Applications/substationSBG/substationSBGConsole/Properties/AssemblyInfo.cs index d75073948b..a2a83c17d5 100755 --- a/Source/Applications/substationSBG/substationSBGConsole/Properties/AssemblyInfo.cs +++ b/Source/Applications/substationSBG/substationSBGConsole/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.InteropServices; // Assembly identity attributes. -[assembly: AssemblyVersion("1.2.3.0")] +[assembly: AssemblyVersion("1.2.4.0")] // Informational attributes. [assembly: AssemblyCompany("Grid Protection Alliance")] diff --git a/Source/Applications/substationSBG/substationSBGServices/Properties/AssemblyInfo.cs b/Source/Applications/substationSBG/substationSBGServices/Properties/AssemblyInfo.cs index 5aabe027f9..8aa67fc3b8 100755 --- a/Source/Applications/substationSBG/substationSBGServices/Properties/AssemblyInfo.cs +++ b/Source/Applications/substationSBG/substationSBGServices/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.InteropServices; // Assembly identity attributes. -[assembly: AssemblyVersion("1.2.3.0")] +[assembly: AssemblyVersion("1.2.4.0")] // Informational attributes. [assembly: AssemblyCompany("Grid Protection Alliance")] diff --git a/Source/Applications/substationSBG/substationSBGShell/Properties/AssemblyInfo.cs b/Source/Applications/substationSBG/substationSBGShell/Properties/AssemblyInfo.cs index 3c942e2760..6eb1f36bc0 100755 --- a/Source/Applications/substationSBG/substationSBGShell/Properties/AssemblyInfo.cs +++ b/Source/Applications/substationSBG/substationSBGShell/Properties/AssemblyInfo.cs @@ -31,6 +31,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.2.3.0")] -[assembly: AssemblyVersion("1.2.3.0")] -[assembly: AssemblyFileVersion("1.2.3.0")] +// [assembly: AssemblyVersion("1.2.4.0")] +[assembly: AssemblyVersion("1.2.4.0")] +[assembly: AssemblyFileVersion("1.2.4.0")] diff --git a/Source/Applications/substationSBGManager/substationSBGManager/Properties/AssemblyInfo.cs b/Source/Applications/substationSBGManager/substationSBGManager/Properties/AssemblyInfo.cs index b10466807c..175a529114 100755 --- a/Source/Applications/substationSBGManager/substationSBGManager/Properties/AssemblyInfo.cs +++ b/Source/Applications/substationSBGManager/substationSBGManager/Properties/AssemblyInfo.cs @@ -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.2.3.0")] -[assembly: AssemblyVersion("1.2.3.0")] -[assembly: AssemblyFileVersion("1.2.3.0")] +// [assembly: AssemblyVersion("1.2.4.0")] +[assembly: AssemblyVersion("1.2.4.0")] +[assembly: AssemblyFileVersion("1.2.4.0")] diff --git a/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs b/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs index 6b92d5a674..0cc9627e39 100755 --- a/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs +++ b/Source/Tools/ConfigurationSetupUtility/Properties/AssemblyInfo.cs @@ -50,6 +50,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.2.3.0")] -[assembly: AssemblyVersion("1.2.3.0")] -[assembly: AssemblyFileVersion("1.2.3.0")] +// [assembly: AssemblyVersion("1.2.4.0")] +[assembly: AssemblyVersion("1.2.4.0")] +[assembly: AssemblyFileVersion("1.2.4.0")]