aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-04-02 16:36:44 -0700
committerGravatar Anna R <annarev@google.com>2018-04-02 16:37:06 -0700
commit8a8c92b265b8eca04d00a5db6ac4576b6855cd64 (patch)
treef09d2847bb3cc7651a653dd747098ef7ac845c43 /tensorflow/core/public
parentc7a04561fb8972fb64907acc5f10f3c6d4cef9f2 (diff)
parent99322a92bfcc16191b7e68774d4964866c1f1fea (diff)
Merging 1.7 into master
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 40eebd1db0..706968d347 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)