From 9ca1ee00905fa967474a6f736b998cc1a450b3f9 Mon Sep 17 00:00:00 2001
From: Muxi Yan <mxyan@google.com>
Date: Fri, 3 Feb 2017 13:42:40 -0800
Subject: [PATCH] Add regeneration info to version.h

---
 src/objective-c/GRPCClient/private/version.h               | 7 +++++--
 .../src/objective-c/GRPCClient/private/version.h.template  | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/objective-c/GRPCClient/private/version.h b/src/objective-c/GRPCClient/private/version.h
index c848f10aaa..23b804a9da 100644
--- a/src/objective-c/GRPCClient/private/version.h
+++ b/src/objective-c/GRPCClient/private/version.h
@@ -31,7 +31,10 @@
  *
  */
 
-/* This file is autogenerated from template:
- * templates/src/objective-c/GRPCClient/private/version.h.template */
+/* This file is autogenerated from a template file. Please make
+ * modifications to
+ * `templates/src/objective-c/GRPCClient/private/version.h.template`
+ * instead. This file can be regenerated from the template by running
+ * `tools/buildgen/generate_projects.sh`. */
 
 #define GRPC_OBJC_VERSION_STRING @"1.1.0-pre1"
diff --git a/templates/src/objective-c/GRPCClient/private/version.h.template b/templates/src/objective-c/GRPCClient/private/version.h.template
index 453604bdaa..5f41379a06 100644
--- a/templates/src/objective-c/GRPCClient/private/version.h.template
+++ b/templates/src/objective-c/GRPCClient/private/version.h.template
@@ -33,7 +33,10 @@
    *
    */
 
-  /* This file is autogenerated from template:
-   * templates/src/objective-c/GRPCClient/private/version.h.template */
+  /* This file is autogenerated from a template file. Please make
+   * modifications to
+   * `templates/src/objective-c/GRPCClient/private/version.h.template`
+   * instead. This file can be regenerated from the template by running
+   * `tools/buildgen/generate_projects.sh`. */
 
   #define GRPC_OBJC_VERSION_STRING @"${settings.version}"
-- 
GitLab