From a3461039f1c65c02698d957c314347c635a01796 Mon Sep 17 00:00:00 2001 From: TensorFlow Release Automation Date: Fri, 13 Nov 2020 13:06:48 -0800 Subject: [PATCH] Update version numbers to 2.4.0-rc2 --- 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 7d84c938399..4a538045508 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 "-rc1" +#define TF_VERSION_SUFFIX "-rc2" #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 bf7a2f1f55c..52534389933 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-rc1' +_VERSION = '2.4.0-rc2' # We use the same setup.py for all tensorflow_* packages and for the nightly