From 80c8332ef8e7c5983e27d1532fb3a876dc7d7602 Mon Sep 17 00:00:00 2001 From: Sai Prasad Date: Thu, 30 May 2024 02:21:55 -0700 Subject: [PATCH] Changed version number to 3.11 --- src/Applications/ACATConfig/Properties/AssemblyInfo.cs | 4 ++-- src/Applications/ACATTalk/Properties/AssemblyInfo.cs | 4 ++-- src/Applications/ACATWatch/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Applications/ACATConfig/Properties/AssemblyInfo.cs b/src/Applications/ACATConfig/Properties/AssemblyInfo.cs index a283b249..65e92544 100644 --- a/src/Applications/ACATConfig/Properties/AssemblyInfo.cs +++ b/src/Applications/ACATConfig/Properties/AssemblyInfo.cs @@ -33,6 +33,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.0.*")] -[assembly: AssemblyVersion("3.10")] -[assembly: AssemblyFileVersion("3.10")] +[assembly: AssemblyVersion("3.11")] +[assembly: AssemblyFileVersion("3.11")] diff --git a/src/Applications/ACATTalk/Properties/AssemblyInfo.cs b/src/Applications/ACATTalk/Properties/AssemblyInfo.cs index 9e7762b7..5c51c8b9 100644 --- a/src/Applications/ACATTalk/Properties/AssemblyInfo.cs +++ b/src/Applications/ACATTalk/Properties/AssemblyInfo.cs @@ -33,6 +33,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.0.*")] -[assembly: AssemblyVersion("3.10")] -[assembly: AssemblyFileVersion("3.10")] +[assembly: AssemblyVersion("3.11")] +[assembly: AssemblyFileVersion("3.11")] diff --git a/src/Applications/ACATWatch/Properties/AssemblyInfo.cs b/src/Applications/ACATWatch/Properties/AssemblyInfo.cs index 4078b4f3..2053522a 100644 --- a/src/Applications/ACATWatch/Properties/AssemblyInfo.cs +++ b/src/Applications/ACATWatch/Properties/AssemblyInfo.cs @@ -32,5 +32,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.0.*")] -[assembly: AssemblyVersion("3.10")] -[assembly: AssemblyFileVersion("3.10")] +[assembly: AssemblyVersion("3.11")] +[assembly: AssemblyFileVersion("3.11")]