Home
last modified time | relevance | path

Searched refs:RC_VERSION (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/
H A Dupdate_version.py37 RC_VERSION = -1 variable
39 RC_VERSION = int(sys.argv[2]) variable
58 if RC_VERSION < 0:
61 return '%s%s%s' % (NEW_VERSION, rc_suffix, RC_VERSION)
283 'stable' if RC_VERSION < 0 else 'beta')
284 ReplaceText(Find(stability, 'api'), 'stable' if RC_VERSION < 0 else 'beta')
291 if RC_VERSION != 0:
H A Dupdate_compatibility_version.py35 RC_VERSION = int(sys.argv[2]) variable
37 if RC_VERSION != 0:

Completed in 2 milliseconds