aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2018-04-02 15:55:28 -0700
committerGitHub <noreply@github.com>2018-04-02 15:55:28 -0700
commitc93174346149f259ebc85fdb46826fcf84abb07d (patch)
tree284fd957f2007db39101adb0d51ca0fb0b007255 /Protobuf.podspec
parent579f81e1c66d64395031a1bbcb54ba7a44dade55 (diff)
downloadprotobuf-c93174346149f259ebc85fdb46826fcf84abb07d.tar.gz
protobuf-c93174346149f259ebc85fdb46826fcf84abb07d.tar.bz2
protobuf-c93174346149f259ebc85fdb46826fcf84abb07d.zip
Merge branch (#4466)
* Fix setup.py for windows build. * Bump version number to 3.5.2 * Cat the test-suite.log on errors for presubits
Diffstat (limited to 'Protobuf.podspec')
-rw-r--r--Protobuf.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec
index 84a37996..24498a27 100644
--- a/Protobuf.podspec
+++ b/Protobuf.podspec
@@ -5,7 +5,7 @@
# dependent projects use the :git notation to refer to the library.
Pod::Spec.new do |s|
s.name = 'Protobuf'
- s.version = '3.5.1'
+ s.version = '3.5.2'
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
s.homepage = 'https://github.com/google/protobuf'
s.license = '3-Clause BSD License'