Correct commet style of version.h

pull/9479/head
Muxi Yan 8 years ago
parent ae6290d144
commit 1783bd3c99
  1. 11
      src/objective-c/GRPCClient/private/version.h
  2. 11
      templates/src/objective-c/GRPCClient/private/version.h.template

@ -31,10 +31,11 @@
*
*/
/* 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`. */
// 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-dev"

@ -33,10 +33,11 @@
*
*/
/* 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`. */
// 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