There was an error while loading. Please reload this page.
2 parents 2f2bdd2 + 54307e6 commit 3f878cfCopy full SHA for 3f878cf
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 "-rc1"
+#define TF_VERSION_SUFFIX ""
30
31
#define TF_STR_HELPER(x) #x
32
#define TF_STR(x) TF_STR_HELPER(x)
tensorflow/tools/pip_package/setup.py
@@ -46,7 +46,7 @@
46
# result for pip.
47
# Also update tensorflow/tensorflow.bzl and
48
# tensorflow/core/public/version.h
49
-_VERSION = '2.8.0-rc1'
+_VERSION = '2.8.0'
50
51
52
# We use the same setup.py for all tensorflow_* packages and for the nightly
0 commit comments