Skip to content

Commit 8d2c5e1

Browse files
Update version numbers to 2.18.0
1 parent d5f4a3f commit 8d2c5e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow/core/public/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626

2727
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
2828
// "-beta", "-rc", "-rc.1")
29-
#define TF_VERSION_SUFFIX "-rc2"
29+
#define TF_VERSION_SUFFIX ""
3030

3131
#define TF_STR_HELPER(x) #x
3232
#define TF_STR(x) TF_STR_HELPER(x)

tensorflow/tools/pip_package/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# result for pip.
4949
# Also update tensorflow/tensorflow.bzl and
5050
# tensorflow/core/public/version.h
51-
_VERSION = '2.18.0-rc2'
51+
_VERSION = '2.18.0'
5252

5353

5454
# We use the same setup.py for all tensorflow_* packages and for the nightly

0 commit comments

Comments
 (0)