commit | 2c76c2c413876c9dc5ac80a487f11fc5575f2198 | [log] [tgz] |
---|---|---|
author | rmstar <pjaikumar@google.com> | Tue Jul 23 13:51:21 2019 -0700 |
committer | Paul Yang <TeBoring@users.noreply.github.com> | Tue Jul 23 13:51:21 2019 -0700 |
tree | 109fb743f1a5719f57a577198ecfeec515efdf83 | |
parent | 29e4fadbfb55b7c5e96a032053635451bf969ffa [diff] [blame] |
Add podspec for C++ (#6404)
diff --git a/update_version.py b/update_version.py index 311b25c..ddb2480 100755 --- a/update_version.py +++ b/update_version.py
@@ -250,6 +250,11 @@ r"^ s.version = '.*'$", " s.version = '%s'" % GetFullVersion(rc_suffix = '-rc'), line)) + RewriteTextFile('Protobuf-C++.podspec', + lambda line : re.sub( + r"^ s.version = '.*'$", + " s.version = '%s'" % GetFullVersion(rc_suffix = '-rc'), + line)) def UpdatePhp():