Skip to content

Commit df8c55c

Browse files
Merge pull request #43442 from tensorflow-jenkins/version-numbers-1.15.4-31571
Update version numbers for TensorFlow 1.15.4
2 parents 5b65bf2 + 0e8cbcb commit df8c55c

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 1
2424
#define TF_MINOR_VERSION 15
25-
#define TF_PATCH_VERSION 3
25+
#define TF_PATCH_VERSION 4
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
@@ -58,7 +58,7 @@ def register_extension_info(**kwargs):
5858
# not contain rc or alpha, only numbers.
5959
# Also update tensorflow/core/public/version.h
6060
# and tensorflow/tools/pip_package/setup.py
61-
VERSION = "1.15.3"
61+
VERSION = "1.15.4"
6262
VERSION_MAJOR = VERSION.split(".")[0]
6363

6464
def if_v2(a):

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# result for pip.
4848
# Also update tensorflow/tensorflow.bzl and
4949
# tensorflow/core/public/version.h
50-
_VERSION = '1.15.3'
50+
_VERSION = '1.15.4'
5151

5252
REQUIRED_PACKAGES = [
5353
'absl-py >= 0.7.0',

0 commit comments

Comments
 (0)