There was an error while loading. Please reload this page.
2 parents 6af4297 + 1d4885b commit b42047dCopy full SHA for b42047d
tensorflow/core/public/version.h
@@ -26,7 +26,7 @@ limitations under the License.
26
27
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
28
// "-beta", "-rc", "-rc.1")
29
-#define TF_VERSION_SUFFIX ""
+#define TF_VERSION_SUFFIX "-rc0"
30
31
#define TF_STR_HELPER(x) #x
32
#define TF_STR(x) TF_STR_HELPER(x)
tensorflow/tools/pip_package/setup.py
@@ -50,7 +50,7 @@
50
# result for pip.
51
# Also update tensorflow/tensorflow.bzl and
52
# tensorflow/core/public/version.h
53
-_VERSION = '2.5.0'
+_VERSION = '2.5.0-rc0'
54
55
56
# We use the same setup.py for all tensorflow_* packages and for the nightly
0 commit comments