Skip to content

Commit 80c8332

Browse files
committed
Changed version number to 3.11
1 parent 4201969 commit 80c8332

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Applications/ACATConfig/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("3.10")]
37-
[assembly: AssemblyFileVersion("3.10")]
36+
[assembly: AssemblyVersion("3.11")]
37+
[assembly: AssemblyFileVersion("3.11")]
3838

src/Applications/ACATTalk/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("3.10")]
37-
[assembly: AssemblyFileVersion("3.10")]
36+
[assembly: AssemblyVersion("3.11")]
37+
[assembly: AssemblyFileVersion("3.11")]
3838

src/Applications/ACATWatch/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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("3.10")]
36-
[assembly: AssemblyFileVersion("3.10")]
35+
[assembly: AssemblyVersion("3.11")]
36+
[assembly: AssemblyFileVersion("3.11")]

0 commit comments

Comments
 (0)