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 /src | |
parent | 8c6d754a9672bdf6a2384e80e56d7c74e1d6b830 (diff) |
Add regeneration info to version.h
Diffstat (limited to 'src')
-rw-r--r-- | src/objective-c/GRPCClient/private/version.h | 7 |
1 files changed, 5 insertions, 2 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" |