aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-06-14 06:17:00 -0700
committerGravatar Michael Case <mikecase@google.com>2018-06-14 06:17:00 -0700
commitea3bdbc7ea72e488566326aeb446681a557f4334 (patch)
tree9cdb335ba2a122b3324d864b499248a36c4a9f52 /tensorflow/core/public
parentd9b82cdb028c61bceb2c26958eb3172e865d42a6 (diff)
Update version strings for 1.9.0-rc1.
Diffstat (limited to 'tensorflow/core/public')
-rw-r--r--tensorflow/core/public/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h
index cb1fd09dbb..9e5e747557 100644
--- a/tensorflow/core/public/version.h
+++ b/tensorflow/core/public/version.h
@@ -24,7 +24,7 @@ limitations under the License.
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
// "-beta", "-rc", "-rc.1")
-#define TF_VERSION_SUFFIX "-rc0"
+#define TF_VERSION_SUFFIX "-rc1"
#define TF_STR_HELPER(x) #x
#define TF_STR(x) TF_STR_HELPER(x)