8000 Merge pull request #59978 from tensorflow-jenkins/version-numbers-2.1… · IBMZ-Linux-OSS-Python/tensorflow@a7331b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7331b8

Browse files
Merge pull request tensorflow#59978 from tensorflow-jenkins/version-numbers-2.11.1-2259
Update version numbers for TensorFlow 2.11.1
2 parents 223f910 + 15a371d commit a7331b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tensorflow/core/public/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
// tensorflow/tools/pip_package/setup.py
2323
#define TF_MAJOR_VERSION 2
2424
#define TF_MINOR_VERSION 11
25-
#define TF_PATCH_VERSION 0
25+
#define TF_PATCH_VERSION 1
2626

2727
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
2828
// "-beta", "-rc", "-rc.1")

tensorflow/tensorflow.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def register_extension_info(**kwargs):
6262
# not contain rc or alpha, only numbers.
6363
# Also update tensorflow/core/public/version.h
6464
# and tensorflow/tools/pip_package/setup.py
65-
VERSION = "2.11.0"
65+
VERSION = "2.11.1"
6666
VERSION_MAJOR = VERSION.split(".")[0]
6767
two_gpu_tags = ["requires-gpu-nvidia:2", "notap", "manual", "no_pip"]
6868

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# result for pip.
4747
# Also update tensorflow/tensorflow.bzl and
4848
# tensorflow/core/public/version.h
49-
_VERSION = '2.11.0'
49+
_VERSION = '2.11.1'
5050

5151

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

0 commit comments

Comments
 (0)
0