mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Merge pull request #50703 from tensorflow-jenkins/version-numbers-2.6.0rc1-31686
Update version numbers for TensorFlow 2.6.0-rc1
This commit is contained in:
commit
79f2d3a179
|
|
@ -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 "-rc0"
|
||||
#define TF_VERSION_SUFFIX "-rc1"
|
||||
|
||||
#define TF_STR_HELPER(x) #x
|
||||
#define TF_STR(x) TF_STR_HELPER(x)
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ from setuptools.dist import Distribution
|
|||
# result for pip.
|
||||
# Also update tensorflow/tensorflow.bzl and
|
||||
# tensorflow/core/public/version.h
|
||||
_VERSION = '2.6.0-rc0'
|
||||
_VERSION = '2.6.0-rc1'
|
||||
|
||||
|
||||
# We use the same setup.py for all tensorflow_* packages and for the nightly
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user