From dcf5c3a2d9b3e1f1c127e5467dac75842aea4779 Mon Sep 17 00:00:00 2001 From: Shrestha Malik Date: Mon, 13 Jan 2020 22:15:58 -0800 Subject: [PATCH] fix version --- ngraph_bridge/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngraph_bridge/version.cc b/ngraph_bridge/version.cc index 5e1561cbd..506421f7e 100644 --- a/ngraph_bridge/version.cc +++ b/ngraph_bridge/version.cc @@ -32,7 +32,7 @@ // candidate such as v0.7.0-rc0 // The code in master will always have the last released version number // with a suffix of '-master' -#define NG_TF_VERSION_SUFFIX "-rc1" +#define NG_TF_VERSION_SUFFIX "-rc2" #define VERSION_STR_HELPER(x) #x #define VERSION_STR(x) VERSION_STR_HELPER(x)