Skip to content

Commit f6c6ce3

Browse files
Merge pull request #51367 from tensorflow-jenkins/version-numbers-2.5.1-17468
Update version numbers for TensorFlow 2.5.1
2 parents 4fdf683 + 3ca7812 commit f6c6ce3

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 5
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
@@ -48,7 +48,7 @@ load("@bazel_skylib//rules:common_settings.bzl", "BuildSettingInfo")
4848
# not contain rc or alpha, only numbers.
4949
# Also update tensorflow/core/public/version.h
5050
# and tensorflow/tools/pip_package/setup.py
51-
VERSION = "2.5.0"
51+
VERSION = "2.5.1"
5252
VERSION_MAJOR = VERSION.split(".")[0]
5353
two_gpu_tags = ["requires-gpu-nvidia:2", "notap", "manual", "no_pip"]
5454

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# result for pip.
5151
# Also update tensorflow/tensorflow.bzl and
5252
# tensorflow/core/public/version.h
53-
_VERSION = '2.5.0'
53+
_VERSION = '2.5.1'
5454

5555

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

0 commit comments

Comments
 (0)