aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-03-08 13:56:11 -0800
committerGravatar Yifei Feng <yifeif@google.com>2018-03-08 13:56:11 -0800
commit3bed12b81fe5ffc04e14ccaaf1b25ace4222f505 (patch)
tree686b406befc646969524b53c8f1a6848ad1db960 /tensorflow/core/public
parentf38eef5e21bdef3ae24f4291c755381d5d9a6c22 (diff)
Update version string to 1.7.0rc0 everywhere.
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..15082bb337 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 "-rc0"
#define TF_STR_HELPER(x) #x
#define TF_STR(x) TF_STR_HELPER(x)