aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2017-07-25 00:16:35 -0700
committerGitHub <noreply@github.com>2017-07-25 00:16:35 -0700
commit4bff88e0fb2338657a781eeee0c5362a57b57bf3 (patch)
tree30925e44dadf18b92894be6fdf5129dbbee00869 /Protobuf.podspec
parent4ae94d69ffd450dcf4b108c9367aa91e1f55dc7d (diff)
parentce4416705b0f7e0dc7352618722d98ea268e4d4a (diff)
downloadprotobuf-4bff88e0fb2338657a781eeee0c5362a57b57bf3.tar.gz
protobuf-4bff88e0fb2338657a781eeee0c5362a57b57bf3.tar.bz2
protobuf-4bff88e0fb2338657a781eeee0c5362a57b57bf3.zip
Merge pull request #3413 from pherl/3.4.x
Update version number for 3.4.0
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 af2e952f..88bd5b7d 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.3.0'
+ s.version = '3.4.0'
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
s.homepage = 'https://github.com/google/protobuf'
s.license = '3-Clause BSD License'