Skip to content

Commit

Permalink
Merge pull request #57608 from tensorflow-jenkins/version-numbers-2.1…
Browse files Browse the repository at this point in the history
…0.0-28960

Update version numbers for TensorFlow 2.10.0
  • Loading branch information
mihaimaruseac committed Sep 2, 2022
2 parents 9b13e9e + cd950ff commit 203b333
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tensorflow/core/public/version.h
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 "-rc3"
#define TF_VERSION_SUFFIX ""

#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
Expand Up @@ -46,7 +46,7 @@
# result for pip.
# Also update tensorflow/tensorflow.bzl and
# tensorflow/core/public/version.h
_VERSION = '2.10.0-rc3'
_VERSION = '2.10.0'


# We use the same setup.py for all tensorflow_* packages and for the nightly
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup_partner_builds.py
Expand Up @@ -41,7 +41,7 @@
# result for pip.
# Also update tensorflow/tensorflow.bzl and
# tensorflow/core/public/version.h
_VERSION = '2.10.0-rc3'
_VERSION = '2.10.0'


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

0 comments on commit 203b333

Please sign in to comment.