Update version numbers to 1.15.0-rc0
This commit is contained in:
parent
165b34d99a
commit
de2114e842
tensorflow
@ -21,12 +21,12 @@ limitations under the License.
|
||||
// Also update tensorflow/tensorflow.bzl and
|
||||
// tensorflow/tools/pip_package/setup.py
|
||||
#define TF_MAJOR_VERSION 1
|
||||
#define TF_MINOR_VERSION 14
|
||||
#define TF_MINOR_VERSION 15
|
||||
#define TF_PATCH_VERSION 0
|
||||
|
||||
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
|
||||
// "-beta", "-rc", "-rc.1")
|
||||
#define TF_VERSION_SUFFIX ""
|
||||
#define TF_VERSION_SUFFIX "-rc0"
|
||||
|
||||
#define TF_STR_HELPER(x) #x
|
||||
#define TF_STR(x) TF_STR_HELPER(x)
|
||||
|
@ -58,7 +58,7 @@ def register_extension_info(**kwargs):
|
||||
# not contain rc or alpha, only numbers.
|
||||
# Also update tensorflow/core/public/version.h
|
||||
# and tensorflow/tools/pip_package/setup.py
|
||||
VERSION = "1.14.0"
|
||||
VERSION = "1.15.0"
|
||||
VERSION_MAJOR = VERSION.split(".")[0]
|
||||
|
||||
def if_v2(a):
|
||||
|
@ -47,7 +47,7 @@ DOCLINES = __doc__.split('\n')
|
||||
# result for pip.
|
||||
# Also update tensorflow/tensorflow.bzl and
|
||||
# tensorflow/core/public/version.h
|
||||
_VERSION = '1.14.0'
|
||||
_VERSION = '1.15.0-rc0'
|
||||
|
||||
REQUIRED_PACKAGES = [
|
||||
'absl-py >= 0.7.0',
|
||||
|
Loading…
Reference in New Issue
Block a user