Add regeneration info to version.h

pull/9480/head
Muxi Yan 8 years ago
parent 8c6d754a96
commit 9ca1ee0090
  1. 7
      src/objective-c/GRPCClient/private/version.h
  2. 7
      templates/src/objective-c/GRPCClient/private/version.h.template

@ -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"

@ -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}"

Loading…
Cancel
Save