Skip to content

Commit

Permalink
Merge pull request #51368 from tensorflow-jenkins/version-numbers-2.3…
Browse files Browse the repository at this point in the history
….4-12274

Update version numbers for TensorFlow 2.3.4
  • Loading branch information
mihaimaruseac committed Aug 7, 2021
2 parents 204eb68 + 429654f commit 7719460
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
// tensorflow/tools/pip_package/setup.py
#define TF_MAJOR_VERSION 2
#define TF_MINOR_VERSION 3
#define TF_PATCH_VERSION 3
#define TF_PATCH_VERSION 4

// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
// "-beta", "-rc", "-rc.1")
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tensorflow.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ load(
# not contain rc or alpha, only numbers.
# Also update tensorflow/core/public/version.h
# and tensorflow/tools/pip_package/setup.py
VERSION = "2.3.3"
VERSION = "2.3.4"
VERSION_MAJOR = VERSION.split(".")[0]

# Sanitize a dependency so that it works correctly from code that includes
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 @@ -49,7 +49,7 @@
# result for pip.
# Also update tensorflow/tensorflow.bzl and
# tensorflow/core/public/version.h
_VERSION = '2.3.3'
_VERSION = '2.3.4'

REQUIRED_PACKAGES = [
'absl-py >= 0.7.0',
Expand Down

0 comments on commit 7719460

Please sign in to comment.