aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-03-22 17:03:48 -0700
committerGravatar Anna R <annarev@google.com>2018-03-22 17:03:48 -0700
commit3bebce3a7ea8a56efb5912f73c2e7fae50375afa (patch)
treec9bccc5017b7ea8750e040b71c7df578539558b5 /tensorflow/core/public
parent67e2efa6f1cb38b3d79e6c8096eb3f8f4ea9c610 (diff)
parente79eb0b8de130bf905a101608681e9c18561356c (diff)
Merging r1.7 into master
Diffstat (limited to 'tensorflow/core/public')
-rw-r--r--tensorflow/core/public/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h
index 22f2c02b78..40eebd1db0 100644
--- a/tensorflow/core/public/version.h
+++ b/tensorflow/core/public/version.h
@@ -19,12 +19,12 @@ limitations under the License.
// TensorFlow uses semantic versioning, see http://semver.org/.
#define TF_MAJOR_VERSION 1
-#define TF_MINOR_VERSION 6
+#define TF_MINOR_VERSION 7
#define TF_PATCH_VERSION 0
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
// "-beta", "-rc", "-rc.1")
-#define TF_VERSION_SUFFIX ""
+#define TF_VERSION_SUFFIX "-rc1"
#define TF_STR_HELPER(x) #x
#define TF_STR(x) TF_STR_HELPER(x)