aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/public/version.h')
-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 67da7bf452..b02f899b87 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 "-rc1"
+#define TF_VERSION_SUFFIX ""
#define TF_STR_HELPER(x) #x
#define TF_STR(x) TF_STR_HELPER(x)