Skip to content

Commit 512743f

Browse files
boverhofksbeattie
andauthored
Update Version to 2.1.0.1 (#28)
* Update Version to 2.1.0.1 * Changing copyright owner From "Lawrence Livermore Laboratory" to "CCSI" (of which LLNL a part). Co-authored-by: Keith Beattie <ksbeattie@lbl.gov>
1 parent 97aef51 commit 512743f

11 files changed

Lines changed: 192 additions & 192 deletions

File tree

Master/AspenSinterGUI/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("CCSI")]
1414
[assembly: AssemblyProduct("SinterConfigGUI")]
15-
[assembly: AssemblyCopyright("Copyright © Lawrence Livermore Laboratory 2012")]
15+
[assembly: AssemblyCopyright("Copyright © CCSI 2021")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.6.0.0")]
55-
[assembly: AssemblyFileVersion("1.6.0.0")]
54+
[assembly: AssemblyVersion("2.1.0.1")]
55+
[assembly: AssemblyFileVersion("2.1.0.1")]

Master/CSVConsoleSinter/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("CCSI")]
1212
[assembly: AssemblyProduct("CSVConsoleSinter")]
13-
[assembly: AssemblyCopyright("Copyright © Lawrence Livermore National Lab 2012")]
13+
[assembly: AssemblyCopyright("Copyright © CCSI 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.6.0.0")]
36-
[assembly: AssemblyFileVersion("1.6.0.0")]
35+
[assembly: AssemblyVersion("2.1.0.1")]
36+
[assembly: AssemblyFileVersion("2.1.0.1")]

Master/CSVFileRW/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("CCSI")]
1212
[assembly: AssemblyProduct("CSVFileRW")]
13-
[assembly: AssemblyCopyright("Copyright © Lawrence Livermore Laboratory 2012")]
13+
[assembly: AssemblyCopyright("Copyright © CCSI 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.6.0.0")]
36-
[assembly: AssemblyFileVersion("1.6.0.0")]
35+
[assembly: AssemblyVersion("2.1.0.1")]
36+
[assembly: AssemblyFileVersion("2.1.0.1")]

Master/ConsoleSinter/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("CCSI")]
1212
[assembly: AssemblyProduct("ConsoleSinter")]
13-
[assembly: AssemblyCopyright("Copyright © Lawrence Livermore National Lab 2012")]
13+
[assembly: AssemblyCopyright("Copyright © CCSI 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.6.0.0")]
36-
[assembly: AssemblyFileVersion("1.6.0.0")]
35+
[assembly: AssemblyVersion("2.1.0.1")]
36+
[assembly: AssemblyFileVersion("2.1.0.1")]

Master/DataGrid2DLibrary/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.6.0.0")]
55-
[assembly: AssemblyFileVersion("1.6.0.0")]
54+
[assembly: AssemblyVersion("2.1.0.1")]
55+
[assembly: AssemblyFileVersion("2.1.0.1")]

Master/DefaultBuilder/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("CCSI")]
1212
[assembly: AssemblyProduct("DefaultBuilder")]
13-
[assembly: AssemblyCopyright("Copyright © Lawrence Livermore National Lab 2012")]
13+
[assembly: AssemblyCopyright("Copyright © CCSI 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.6.0.0")]
36-
[assembly: AssemblyFileVersion("1.6.0.0")]
35+
[assembly: AssemblyVersion("2.1.0.1")]
36+
[assembly: AssemblyFileVersion("2.1.0.1")]

Master/SimSinterInstaller/Library.wxs

Lines changed: 166 additions & 166 deletions
Large diffs are not rendered by default.

Master/SimSinterInstaller/SimSinter.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Product Id="FE0D0DCA-BCD7-4242-8647-35D2E4779588"
88
Name="SimSinter"
99
Language="1033"
10-
Version="2.1.0.0"
10+
Version="2.1.0.1"
1111
Manufacturer="CCSI"
1212
UpgradeCode="a9491f5b-eb5c-4fd4-8551-d7cf7992872c">
1313

Master/Sinter/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("CCSI")]
1212
[assembly: AssemblyProduct("Sinter")]
13-
[assembly: AssemblyCopyright("Copyright © Lawrence Livermore Laboratory 2013")]
13+
[assembly: AssemblyCopyright("Copyright © CCSI 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.1.0.0")]
36-
[assembly: AssemblyFileVersion("2.1.0.0")]
35+
[assembly: AssemblyVersion("2.1.0.1")]
36+
[assembly: AssemblyFileVersion("2.1.0.1")]

Master/SinterRegressionTests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
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("1.5.0.0")]
35-
[assembly: AssemblyFileVersion("1.5.0.0")]
34+
[assembly: AssemblyVersion("2.1.0.1")]
35+
[assembly: AssemblyFileVersion("2.1.0.1")]

0 commit comments

Comments
 (0)