From 58a9f2eb44d946443ce5450e4691a8487f68a683 Mon Sep 17 00:00:00 2001 From: TensorFlow Release Automation Date: Thu, 19 Dec 2019 09:09:46 -0800 Subject: [PATCH] Update version numbers to 2.1.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 feeaec99e3f..63c18c37da1 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 f4afd1ad352..79ab9b48618 100644 --- a/tensorflow/tools/pip_package/setup.py +++ b/tensorflow/tools/pip_package/setup.py @@ -47,7 +47,7 @@ DOCLINES = __doc__.split('\n') # result for pip. # Also update tensorflow/tensorflow.bzl and # tensorflow/core/public/version.h -_VERSION = '2.1.0-rc1' +_VERSION = '2.1.0-rc2' REQUIRED_PACKAGES = [ 'absl-py >= 0.7.0',