diff options
author | Muxi Yan <mxyan@google.com> | 2017-02-03 13:42:40 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-02-03 13:42:40 -0800 |
commit | 9ca1ee00905fa967474a6f736b998cc1a450b3f9 (patch) | |
tree | 8e2869cb2d06b1098fe4f80679f6774c61f0cf65 /templates/src | |
parent | 8c6d754a9672bdf6a2384e80e56d7c74e1d6b830 (diff) |
Add regeneration info to version.h
Diffstat (limited to 'templates/src')
-rw-r--r-- | templates/src/objective-c/GRPCClient/private/version.h.template | 7 |
1 files changed, 5 insertions, 2 deletions
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}" |