Skip to content
Snippets Groups Projects
Commit f24eae2d authored by Muxi Yan's avatar Muxi Yan
Browse files

Correct commet style of version.h

parent 9ca1ee00
No related branches found
No related tags found
No related merge requests found
...@@ -31,10 +31,11 @@ ...@@ -31,10 +31,11 @@
* *
*/ */
/* This file is autogenerated from a template file. Please make // This file is autogenerated from a template file. Please make
* modifications to // modifications to
* `templates/src/objective-c/GRPCClient/private/version.h.template` // `templates/src/objective-c/GRPCClient/private/version.h.template`
* instead. This file can be regenerated from the template by running // instead. This file can be regenerated from the template by running
* `tools/buildgen/generate_projects.sh`. */ // `tools/buildgen/generate_projects.sh`.
#define GRPC_OBJC_VERSION_STRING @"1.1.0-pre1" #define GRPC_OBJC_VERSION_STRING @"1.1.0-pre1"
...@@ -33,10 +33,11 @@ ...@@ -33,10 +33,11 @@
* *
*/ */
/* This file is autogenerated from a template file. Please make // This file is autogenerated from a template file. Please make
* modifications to // modifications to
* `templates/src/objective-c/GRPCClient/private/version.h.template` // `templates/src/objective-c/GRPCClient/private/version.h.template`
* instead. This file can be regenerated from the template by running // instead. This file can be regenerated from the template by running
* `tools/buildgen/generate_projects.sh`. */ // `tools/buildgen/generate_projects.sh`.
#define GRPC_OBJC_VERSION_STRING @"${settings.version}" #define GRPC_OBJC_VERSION_STRING @"${settings.version}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment