aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Maruseac <mihaimaruseac@google.com>2023-05-02 14:12:46 -0700
committerGitHub <noreply@github.com>2023-05-02 14:12:46 -0700
commit7b27826c1263036dfd573ea219b0bbc50f131e87 (patch)
tree50e3beabc75664d24413df23d5ce09fde9c730c0
parentcdfa22a5938b6c798fd4f6bcb819d9ce858e0f2e (diff)
parent2d41ed4638fd42a2434a4aab880add57079144c1 (diff)
downloadtensorflow-7b27826c1263036dfd573ea219b0bbc50f131e87.tar.gz
Merge pull request #60476 from tensorflow-jenkins/version-numbers-2.13.0rc0-16013
Update version numbers for TensorFlow 2.13.0-rc0
-rw-r--r--tensorflow/core/public/version.h2
-rw-r--r--tensorflow/tools/pip_package/setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h
index cc224dc4643..6c68d71fdcf 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 c627e4c9f62..065704eab29 100644
--- a/tensorflow/tools/pip_package/setup.py
+++ b/tensorflow/tools/pip_package/setup.py
@@ -47,7 +47,7 @@ from setuptools.dist import Distribution
# result for pip.
# Also update tensorflow/tensorflow.bzl and
# tensorflow/core/public/version.h
-_VERSION = '2.13.0'
+_VERSION = '2.13.0-rc0'
# We use the same setup.py for all tensorflow_* packages and for the nightly