aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Amit Patankar <amitpatankar@google.com>2018-07-31 10:53:01 -0700
committerGravatar Amit Patankar <amitpatankar@google.com>2018-07-31 10:53:01 -0700
commitf9410ac2e50d961adbea6b4805f82da90116bebe (patch)
tree700a9ba1039891b8e87eab9d440ad8fd2f412246 /tensorflow/core/public
parentcd4fccda8b60bda2b36859b4a4e7eae37ed54cce (diff)
Merging the r1.10 branch back to 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 cea5e8ffb0..6f564e7e1e 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 9
+#define TF_MINOR_VERSION 10
#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)