| Index: third_party/grpc/src/csharp/Grpc.Core/Version.cs
|
| diff --git a/third_party/tcmalloc/vendor/src/google/heap-checker.h b/third_party/grpc/src/csharp/Grpc.Core/Version.cs
|
| similarity index 87%
|
| copy from third_party/tcmalloc/vendor/src/google/heap-checker.h
|
| copy to third_party/grpc/src/csharp/Grpc.Core/Version.cs
|
| index 8aa5ea49ca95a2ee8e468bd118ecbf5910c9903c..6d88438a07b0f5f6875ae1f36713f8763baa3c42 100644
|
| --- a/third_party/tcmalloc/vendor/src/google/heap-checker.h
|
| +++ b/third_party/grpc/src/csharp/Grpc.Core/Version.cs
|
| @@ -1,4 +1,6 @@
|
| -// Copyright (c) 2005, Google Inc.
|
| +#region Copyright notice and license
|
| +
|
| +// Copyright 2015-2016, Google Inc.
|
| // All rights reserved.
|
| //
|
| // Redistribution and use in source and binary forms, with or without
|
| @@ -27,7 +29,9 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -/* The code has moved to gperftools/. Use that include-directory for
|
| - * new code.
|
| - */
|
| -#include <gperftools/heap-checker.h>
|
| +#endregion
|
| +
|
| +using System.Reflection;
|
| +
|
| +// The current version of gRPC C#.
|
| +[assembly: AssemblyVersion(Grpc.Core.VersionInfo.CurrentAssemblyVersion)]
|
|
|