aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Amit Patankar <amitpatankar@google.com>2018-02-02 11:14:18 -0800
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-02-02 11:14:18 -0800
commitc63fb0841bc020ddee2a4eba337eca1cc49c2eff (patch)
tree692456c5df87857893701dc819e6f40bfdd7086a /tensorflow/core/public
parent1399b2d9883efd2337a935c8922c94b9c0ed8797 (diff)
Update version to 1.6.0-rc0. (#16701)
* Updating the version to 1.6.0-rc0. * Removing the escape character. * Updating the cloud tpu version.
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 b02f899b87..50bfa91267 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 5
+#define TF_MINOR_VERSION 6
#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)