diff options
author | Muxi Yan <mxyan@google.com> | 2017-02-03 13:32:12 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-02-03 13:34:32 -0800 |
commit | ae6290d1440243c85ced9bdf3f2c05efe8b27186 (patch) | |
tree | 981977d44a84718dc2ed9c004a837180ea4b3188 /templates/src/objective-c/GRPCClient | |
parent | 27e9db4393431abb44b83e9844570bee352c80ff (diff) |
Add regeneration info to version.h
Diffstat (limited to 'templates/src/objective-c/GRPCClient')
-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}" |