aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-02-10 09:50:40 -0800
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-02-10 09:50:40 -0800
commit61df29fa97cf82f3d1ef129a70bb5fa3ed99fe3a (patch)
tree53bc0c9196cdf76f6d5b2e4e2cfeacae945dd199 /tensorflow/core/public
parent963941e7d639b3211a5792b1086128db554a740a (diff)
Update version string to 1.6.0-rc1
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 50bfa91267..7405e01e14 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)