Skip to content

Commit

Permalink
Merge pull request #33263 from tensorflow/ggadde-1-15-final-version
Browse files Browse the repository at this point in the history
[r1.15 CherryPick]: Update TensorFlow version to 1.15.0
  • Loading branch information
goldiegadde committed Oct 13, 2019
2 parents 38ea9bb + a16adeb commit 49c154e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow/core/public/version.h
Expand Up @@ -26,7 +26,7 @@ limitations under the License.

// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
// "-beta", "-rc", "-rc.1")
#define TF_VERSION_SUFFIX "-rc3"
#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/tools/pip_package/setup.py
Expand Up @@ -47,7 +47,7 @@
# result for pip.
# Also update tensorflow/tensorflow.bzl and
# tensorflow/core/public/version.h
_VERSION = '1.15.0-rc3'
_VERSION = '1.15.0'

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

0 comments on commit 49c154e

Please sign in to comment.