Merge pull request #45318 from tensorflow-jenkins/version-numbers-2.4.0rc4-32133

Update version numbers for TensorFlow 2.4.0-rc4
This commit is contained in:
Goldie Gadde 2020-12-02 11:56:35 -08:00 committed by GitHub
commit 7af9b66b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ limitations under the License.
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
// "-beta", "-rc", "-rc.1")
#define TF_VERSION_SUFFIX "-rc3"
#define TF_VERSION_SUFFIX "-rc4"
#define TF_STR_HELPER(x) #x
#define TF_STR(x) TF_STR_HELPER(x)

View File

@ -50,7 +50,7 @@ from setuptools.dist import Distribution
# result for pip.
# Also update tensorflow/tensorflow.bzl and
# tensorflow/core/public/version.h
_VERSION = '2.4.0-rc3'
_VERSION = '2.4.0-rc4'
# We use the same setup.py for all tensorflow_* packages and for the nightly