Skip to content

Commit b903b81

Browse files
angersongunan
authored andcommitted
Update version strings to rc2 (tensorflow#22419)
1 parent 7a54250 commit b903b81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow/core/public/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424

2525
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
2626
// "-beta", "-rc", "-rc.1")
27-
#define TF_VERSION_SUFFIX "-rc1"
27+
#define TF_VERSION_SUFFIX "-rc2"
2828

2929
#define TF_STR_HELPER(x) #x
3030
#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
# This version string is semver compatible, but incompatible with pip.
4646
# For pip, we will remove all '-' characters from this string, and use the
4747
# result for pip.
48-
_VERSION = '1.11.0-rc1'
48+
_VERSION = '1.11.0-rc2'
4949

5050
REQUIRED_PACKAGES = [
5151
'absl-py >= 0.1.6',

0 commit comments

Comments
 (0)