aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Austin Anderson <angerson@google.com>2018-01-12 11:24:46 -0800
committerGravatar Amit Patankar <amitpatankar@google.com>2018-01-12 11:24:46 -0800
commitc678970e351417ba1145fe53c92519f8c64830dc (patch)
treefdaff5fd2551f46ffb8280ffa4208360f2ce66db /tensorflow/core/public
parentaebb7cc8f5b065de06f9209a9b0b601b5b83cf70 (diff)
Update version strings and revert pom.xml changes (#16022)
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 ba752e892b..c2fad5dbd8 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)