aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Austin Anderson <angerson@google.com>2018-09-14 12:38:07 -0700
committerGravatar Austin Anderson <angerson@google.com>2018-09-17 16:40:54 -0700
commit7a67406abda84cb5c2da02ed4d77a85ddfd2a417 (patch)
treebc0c601c96076ace82211521ff3ae310cbbe8dc0 /tensorflow/core/public
parentd46753f993def43f6c878120e52f5dba598ceae2 (diff)
Update 1.11.0-rc0 version strings to 1.11.0-rc1 (#22284)
Diffstat (limited to 'tensorflow/core/public')
-rw-r--r--tensorflow/core/public/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h
index 1f71e24eeb..b043a69431 100644
--- a/tensorflow/core/public/version.h
+++ b/tensorflow/core/public/version.h
@@ -24,7 +24,7 @@ limitations under the License.
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
// "-beta", "-rc", "-rc.1")
-#define TF_VERSION_SUFFIX "-rc0"
+#define TF_VERSION_SUFFIX "-rc1"
#define TF_STR_HELPER(x) #x
#define TF_STR(x) TF_STR_HELPER(x)