Skip to content

Commit e7bbbec

Browse files
Update version numbers to 2.10.0-rc2
1 parent cbf8971 commit e7bbbec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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
@@ -45,7 +45,7 @@
4545
# result for pip.
4646
# Also update tensorflow/tensorflow.bzl and
4747
# tensorflow/core/public/version.h
48-
_VERSION = '2.10.0-rc1'
48+
_VERSION = '2.10.0-rc2'
4949

5050

5151
# We use the same setup.py for all tensorflow_* packages and for the nightly

tensorflow/tools/pip_package/setup_partner_builds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# result for pip.
4141
# Also update tensorflow/tensorflow.bzl and
4242
# tensorflow/core/public/version.h
43-
_VERSION = '2.10.0-rc1'
43+
_VERSION = '2.10.0-rc2'
4444

4545

4646
# We use the same setup.py for all tensorflow_* packages and for the nightly

0 commit comments

Comments
 (0)