Skip to content

Commit a16adeb

Browse files
committed
Update TensorFlow version to 1.15.0 in preparation for final relase.
1 parent 38ea9bb commit a16adeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: tensorflow/core/public/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626

2727
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
2828
// "-beta", "-rc", "-rc.1")
29-
#define TF_VERSION_SUFFIX "-rc3"
29+
#define TF_VERSION_SUFFIX ""
3030

3131
#define TF_STR_HELPER(x) #x
3232
#define TF_STR(x) TF_STR_HELPER(x)

Diff for: tensorflow/tools/pip_package/setup.py

+1-1
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.0-rc3'
50+
_VERSION = '1.15.0'
5151

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

0 commit comments

Comments
 (0)