aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTensorFlow Release Automation <jenkins@tensorflow.org>2024-02-12 21:45:48 +0000
committerTensorFlow Release Automation <jenkins@tensorflow.org>2024-02-12 21:45:48 +0000
commitfc2ff4ce0d24081b80cf74aee3ed4d11373cbfc5 (patch)
tree73247eb4f0a2f6eaaf278a9d0116b3bda7db2d93
parent56d20ebbe4da95fcb38e700970895fe121d49471 (diff)
downloadtensorflow-fc2ff4ce0d24081b80cf74aee3ed4d11373cbfc5.tar.gz
Update version numbers to 2.16.0-rc0
-rw-r--r--tensorflow/core/public/version.h2
-rw-r--r--tensorflow/tools/pip_package/setup.py2
-rw-r--r--tensorflow/tools/pip_package/v2/setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h
index 0088ffcab88..f81004f6652 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 ""
+#define TF_VERSION_SUFFIX "-rc0"
#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 9142855ac94..f56dfb012c2 100644
--- a/tensorflow/tools/pip_package/setup.py
+++ b/tensorflow/tools/pip_package/setup.py
@@ -48,7 +48,7 @@ from setuptools.dist import Distribution
# result for pip.
# Also update tensorflow/tensorflow.bzl and
# tensorflow/core/public/version.h
-_VERSION = '2.16.0'
+_VERSION = '2.16.0-rc0'
# We use the same setup.py for all tensorflow_* packages and for the nightly
diff --git a/tensorflow/tools/pip_package/v2/setup.py b/tensorflow/tools/pip_package/v2/setup.py
index 0d2079412b5..0340a787aa4 100644
--- a/tensorflow/tools/pip_package/v2/setup.py
+++ b/tensorflow/tools/pip_package/v2/setup.py
@@ -48,7 +48,7 @@ from setuptools.dist import Distribution
# result for pip.
# Also update tensorflow/tensorflow.bzl and
# tensorflow/core/public/version.h
-_VERSION = '2.16.0'
+_VERSION = '2.16.0-rc0'
# We use the same setup.py for all tensorflow_* packages and for the nightly