From 621bd90f8ee0e14c9bf394a6e332a29f562ced18 Mon Sep 17 00:00:00 2001 From: TensorFlow Release Automation Date: Tue, 1 Dec 2020 16:41:11 -0800 Subject: [PATCH] Update version numbers to 2.4.0-rc4 --- tensorflow/core/public/version.h | 2 +- tensorflow/tools/pip_package/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h index 51c3c86d09c..9726e7d5450 100644 --- a/tensorflow/core/public/version.h +++ b/tensorflow/core/public/version.h @@ -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) diff --git a/tensorflow/tools/pip_package/setup.py b/tensorflow/tools/pip_package/setup.py index dde527dc014..87a4f03503a 100644 --- a/tensorflow/tools/pip_package/setup.py +++ b/tensorflow/tools/pip_package/setup.py @@ -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