Update version numbers to 2.3.0-rc0
This commit is contained in:
parent
265de52331
commit
8d12b76309
@ -21,12 +21,12 @@ limitations under the License.
|
|||||||
// Also update tensorflow/tensorflow.bzl and
|
// Also update tensorflow/tensorflow.bzl and
|
||||||
// tensorflow/tools/pip_package/setup.py
|
// tensorflow/tools/pip_package/setup.py
|
||||||
#define TF_MAJOR_VERSION 2
|
#define TF_MAJOR_VERSION 2
|
||||||
#define TF_MINOR_VERSION 2
|
#define TF_MINOR_VERSION 3
|
||||||
#define TF_PATCH_VERSION 0
|
#define TF_PATCH_VERSION 0
|
||||||
|
|
||||||
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
|
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
|
||||||
// "-beta", "-rc", "-rc.1")
|
// "-beta", "-rc", "-rc.1")
|
||||||
#define TF_VERSION_SUFFIX ""
|
#define TF_VERSION_SUFFIX "-rc0"
|
||||||
|
|
||||||
#define TF_STR_HELPER(x) #x
|
#define TF_STR_HELPER(x) #x
|
||||||
#define TF_STR(x) TF_STR_HELPER(x)
|
#define TF_STR(x) TF_STR_HELPER(x)
|
||||||
|
@ -59,7 +59,7 @@ load(
|
|||||||
# not contain rc or alpha, only numbers.
|
# not contain rc or alpha, only numbers.
|
||||||
# Also update tensorflow/core/public/version.h
|
# Also update tensorflow/core/public/version.h
|
||||||
# and tensorflow/tools/pip_package/setup.py
|
# and tensorflow/tools/pip_package/setup.py
|
||||||
VERSION = "2.2.0"
|
VERSION = "2.3.0"
|
||||||
VERSION_MAJOR = VERSION.split(".")[0]
|
VERSION_MAJOR = VERSION.split(".")[0]
|
||||||
|
|
||||||
# Sanitize a dependency so that it works correctly from code that includes
|
# Sanitize a dependency so that it works correctly from code that includes
|
||||||
|
@ -49,7 +49,7 @@ from setuptools.dist import Distribution
|
|||||||
# result for pip.
|
# result for pip.
|
||||||
# Also update tensorflow/tensorflow.bzl and
|
# Also update tensorflow/tensorflow.bzl and
|
||||||
# tensorflow/core/public/version.h
|
# tensorflow/core/public/version.h
|
||||||
_VERSION = '2.2.0'
|
_VERSION = '2.3.0-rc0'
|
||||||
|
|
||||||
REQUIRED_PACKAGES = [
|
REQUIRED_PACKAGES = [
|
||||||
'absl-py >= 0.7.0',
|
'absl-py >= 0.7.0',
|
||||||
|
Loading…
Reference in New Issue
Block a user