aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-01-31 16:22:58 -0800
committerGravatar Mehrdad Afshari <mmx@google.com>2018-01-31 16:22:58 -0800
commite05ca2204e8f8f4a77808c7280009dfaf179c2c5 (patch)
tree68fdd99ddd7b791c0bc58ce10c90cbcd5fad3f95 /src/objective-c
parent2338ec169ccc96bb807b2de1fb3f8c063c271a33 (diff)
Regenerate projects
Diffstat (limited to 'src/objective-c')
-rw-r--r--src/objective-c/!ProtoCompiler-gRPCPlugin.podspec2
-rw-r--r--src/objective-c/GRPCClient/private/version.h2
-rw-r--r--src/objective-c/tests/version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
index a28956e5b4..8e075f69cf 100644
--- a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
+++ b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
# before them.
s.name = '!ProtoCompiler-gRPCPlugin'
- v = '1.9.0-pre3'
+ v = '1.9.0'
s.version = v
s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.'
s.description = <<-DESC
diff --git a/src/objective-c/GRPCClient/private/version.h b/src/objective-c/GRPCClient/private/version.h
index 0fbe941f97..b00dd02208 100644
--- a/src/objective-c/GRPCClient/private/version.h
+++ b/src/objective-c/GRPCClient/private/version.h
@@ -23,4 +23,4 @@
// `tools/buildgen/generate_projects.sh`.
-#define GRPC_OBJC_VERSION_STRING @"1.9.0-pre3"
+#define GRPC_OBJC_VERSION_STRING @"1.9.0"
diff --git a/src/objective-c/tests/version.h b/src/objective-c/tests/version.h
index 1fe398fe1e..9a117c3050 100644
--- a/src/objective-c/tests/version.h
+++ b/src/objective-c/tests/version.h
@@ -23,5 +23,5 @@
// `tools/buildgen/generate_projects.sh`.
-#define GRPC_OBJC_VERSION_STRING @"1.9.0-pre3"
-#define GRPC_C_VERSION_STRING @"5.0.0-pre3"
+#define GRPC_OBJC_VERSION_STRING @"1.9.0"
+#define GRPC_C_VERSION_STRING @"5.0.0"