Skip to content

Commit

Permalink
Update version numbers to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorflow-jenkins committed Mar 4, 2024
1 parent eb0e36d commit 887bcc9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tensorflow/core/public/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ limitations under the License.
// tensorflow/tools/pip_package/setup.py
#define TF_MAJOR_VERSION 2
#define TF_MINOR_VERSION 16
#define TF_PATCH_VERSION 0
#define TF_PATCH_VERSION 1

// 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 ""

#define TF_STR_HELPER(x) #x
#define TF_STR(x) TF_STR_HELPER(x)
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tensorflow.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def register_extension_info(**kwargs):
# not contain rc or alpha, only numbers.
# Also update tensorflow/core/public/version.h
# and tensorflow/tools/pip_package/setup.py
VERSION = "2.16.0"
VERSION = "2.16.1"
VERSION_MAJOR = VERSION.split(".")[0]
two_gpu_tags = ["requires-gpu-nvidia:2", "manual", "no_pip"]

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.16.0-rc0'
_VERSION = '2.16.1'


# 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/v2/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.16.0-rc0'
_VERSION = '2.16.1'


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

0 comments on commit 887bcc9

Please sign in to comment.