aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2015-08-26 15:11:43 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2015-08-26 15:11:43 -0700
commitffe9215140cc65c7622d64b23cb92a9d39744060 (patch)
tree366ab28d2919adf11d2e9add239b20ec6009e475 /Protobuf.podspec
parentb7bbe54321d3c2176f8f4eba3c18a363dff753d3 (diff)
downloadprotobuf-ffe9215140cc65c7622d64b23cb92a9d39744060.tar.gz
protobuf-ffe9215140cc65c7622d64b23cb92a9d39744060.tar.bz2
protobuf-ffe9215140cc65c7622d64b23cb92a9d39744060.zip
Update version number.
Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other languages are updated to v3.0.0-alpha-4.
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 0cd52025..22dc7062 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.0.0-alpha-4-pre'
+ s.version = '3.0.0-alpha-4'
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
s.homepage = 'https://github.com/google/protobuf'
s.license = 'New BSD'