Skip to content

Commit e4c4b20

Browse files
authored
Update 1.11.0-rc0 version strings to 1.11.0-rc1 (tensorflow#22284)
1 parent dcd4274 commit e4c4b20

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 "-rc0"
27+
#define TF_VERSION_SUFFIX "-rc1"
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-rc0'
48+
_VERSION = '1.11.0-rc1'
4949

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

0 commit comments

Comments
 (0)