We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f4a3f commit 8d2c5e1Copy full SHA for 8d2c5e1
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 "-rc2"
+#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
@@ -48,7 +48,7 @@
48
# result for pip.
49
# Also update tensorflow/tensorflow.bzl and
50
# tensorflow/core/public/version.h
51
-_VERSION = '2.18.0-rc2'
+_VERSION = '2.18.0'
52
53
54
# We use the same setup.py for all tensorflow_* packages and for the nightly
0 commit comments