mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Update version numbers to 2.5.0-rc3
This commit is contained in:
@@ -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 "-rc2"
|
||||
#define TF_VERSION_SUFFIX "-rc3"
|
||||
|
||||
#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.5.0-rc2'
|
||||
_VERSION = '2.5.0-rc3'
|
||||
|
||||
|
||||
# We use the same setup.py for all tensorflow_* packages and for the nightly
|
||||
|
||||
Reference in New Issue
Block a user