Skip to content

Commit 0ef7f77

Browse files
Update version numbers to 2.10.0-rc3
1 parent 63b4e23 commit 0ef7f77

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 "-rc2"
29+
#define TF_VERSION_SUFFIX "-rc3"
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
@@ -46,7 +46,7 @@
4646
# result for pip.
4747
# Also update tensorflow/tensorflow.bzl and
4848
# tensorflow/core/public/version.h
49-
_VERSION = '2.10.0-rc2'
49+
_VERSION = '2.10.0-rc3'
5050

5151

5252
# 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
@@ -41,7 +41,7 @@
4141
# result for pip.
4242
# Also update tensorflow/tensorflow.bzl and
4343
# tensorflow/core/public/version.h
44-
_VERSION = '2.10.0-rc2'
44+
_VERSION = '2.10.0-rc3'
4545

4646

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

0 commit comments

Comments
 (0)