aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Frank Chen <frankchn@google.com>2018-01-10 11:36:52 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-10 11:49:30 -0800
commitc4ef927b5eaf144dbf1e0419c0d1d3fd968177bd (patch)
treed2c38105bb6b2ac411130396d2633d2f1bc7fa1d /tensorflow/core/public
parent531b125012320c444d369b9fa7471a697adbe923 (diff)
Merge changes from github.
PiperOrigin-RevId: 181494416
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 c037a9b122..3baab75e27 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 4
+#define TF_MINOR_VERSION 5
#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)