Skip to content

Commit

Permalink
Merge pull request tensorflow#77025 from tensorflow-jenkins/version-n…
Browse files Browse the repository at this point in the history
…umbers-2.18.0rc1-23493

Update version numbers for TensorFlow 2.18.0-rc1
  • Loading branch information
learning-to-play authored Oct 3, 2024
2 parents 128d7f1 + 10693a4 commit 2c3c798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow/core/public/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 "-rc0"
#define TF_VERSION_SUFFIX "-rc1"

#define TF_STR_HELPER(x) #x
#define TF_STR(x) TF_STR_HELPER(x)
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# result for pip.
# Also update tensorflow/tensorflow.bzl and
# tensorflow/core/public/version.h
_VERSION = '2.18.0-rc0'
_VERSION = '2.18.0-rc1'


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

0 comments on commit 2c3c798

Please sign in to comment.