aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Amit Patankar <amitpatankar@google.com>2017-11-08 12:41:20 -0800
committerGravatar GitHub <noreply@github.com>2017-11-08 12:41:20 -0800
commit8d47a5bb271fb2e0cda11beabb5ea5d25a5d8a3f (patch)
tree19cd4446a41969bc482d811fc22ed51d967cfb0f /tensorflow/core/public
parent5d36e0d638c41e4d4c3d1c29d508d3a6439c8010 (diff)
Looks like an rc1 string got into master. Here is the fix. (#14382)
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 1bf9c93101..ec077c4283 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 "-rc1"
+#define TF_VERSION_SUFFIX ""
#define TF_STR_HELPER(x) #x
#define TF_STR(x) TF_STR_HELPER(x)