We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1604421 commit f58cdd6Copy full SHA for f58cdd6
ngraph_bridge/version.cc
@@ -32,7 +32,7 @@
32
// candidate such as v0.7.0-rc0
33
// The code in master will always have the last released version number
34
// with a suffix of '-master'
35
-#define NG_TF_VERSION_SUFFIX "-rc1"
+#define NG_TF_VERSION_SUFFIX "-rc2"
36
37
#define VERSION_STR_HELPER(x) #x
38
#define VERSION_STR(x) VERSION_STR_HELPER(x)
0 commit comments