Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb3c460

Browse files
authored
Merge pull request tensorflow#41498 from tensorflow-jenkins/version-numbers-2.3.0rc2-11909
Update version numbers for TensorFlow 2.3.0-rc2
2 parents f923fa4 + f989a28 commit bb3c460

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tensorflow/core/public/version.h

Lines changed: 1 addition & 1 deletion
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 "-rc1"
29+
#define TF_VERSION_SUFFIX "-rc2"
3030

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

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# result for pip.
5050
# Also update tensorflow/tensorflow.bzl and
5151
# tensorflow/core/public/version.h
52-
_VERSION = '2.3.0-rc1'
52+
_VERSION = '2.3.0-rc2'
5353

5454
REQUIRED_PACKAGES = [
5555
'absl-py >= 0.7.0',

0 commit comments

Comments
 (0)