diff options
author | Bo Yang <teboring@google.com> | 2015-06-09 16:16:46 -0700 |
---|---|---|
committer | Bo Yang <teboring@google.com> | 2015-06-09 16:16:46 -0700 |
commit | 9dd2bc4ea15d355db8e03750bcfe16bf7d84d7fd (patch) | |
tree | 0c891c79fbca72f2a97aec8a0352aa12f63c23dc | |
parent | fd73235f6b2534aa63af41359d9f386ade43a5cc (diff) |
Update version number of objective-c to 3.0.0-alpha-4-pre
-rw-r--r-- | Protobuf.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec index 6fe77f88..f201f035 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' + s.version = '3.0.0-alpha-4-pre' s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.' s.homepage = 'https://github.com/google/protobuf' s.license = 'New BSD' |