From 7f26385cdefb5831d8a9d29aaec6967674507c5e Mon Sep 17 00:00:00 2001 From: Matthew Riley Date: Fri, 18 Mar 2016 13:21:31 -0700 Subject: [PATCH] Move support libraries to version 1.11 --- Src/Support/CommonAssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/Support/CommonAssemblyInfo.cs b/Src/Support/CommonAssemblyInfo.cs index 1be1e02c917..96aa345709a 100644 --- a/Src/Support/CommonAssemblyInfo.cs +++ b/Src/Support/CommonAssemblyInfo.cs @@ -19,9 +19,9 @@ limitations under the License. // Attributes common to all assemblies. [assembly: AssemblyCompany("Google Inc")] -[assembly: AssemblyCopyright("Copyright 2015 Google Inc")] +[assembly: AssemblyCopyright("Copyright 2016 Google Inc")] -[assembly: AssemblyVersion("1.10.0.*")] +[assembly: AssemblyVersion("1.11.0.*")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")]