Lines Matching refs:VERSION
10 local VERSION=$1
26 pip install -i ${PYPI} protobuf==${VERSION} --no-cache-dir
33 echo "Usage: $0 VERSION ["
42 VERSION=$1
59 [ "${VERSION}" == "${SOURCE_VERSION}" -o "${VERSION}.${DEV}" == "${SOURCE_VERSION}" ] || {
60 echo "Version number specified on the command line ${VERSION} doesn't match"
66 TESTING_VERSION=${VERSION}.${DEV}
68 read -p "You are releasing ${VERSION} to PyPI. Are you sure? [y/n]" -r
74 TESTING_VERSION=${VERSION}
77 sed -i -r "s/__version__ = '.*'/__version__ = '${VERSION}.${DEV}'/" python/google/protobuf/__init__.py
123 sed -i -r "s/__version__ = '.*'/__version__ = '${VERSION}'/" google/protobuf/__init__.py