File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Select the help option of `build_ngtf.py` script to learn more about various bui
127127
128128 TensorFlow version: 1.14.0-rc0
129129 C Compiler version used in building TensorFlow: 7.3.0
130- nGraph bridge version: b'0.15.0-rc0 '
130+ nGraph bridge version: b'0.15.0-rc1 '
131131 nGraph version used for this build: b'0.20.0-rc.0+0995b71'
132132 TensorFlow version used for this build: v1.14.0-rc0-0-gf5ce1c00d4
133133 CXX11_ABI flag used for this build: 1
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def get_tag(self):
5959
6060setup (
6161 name = 'ngraph_tensorflow_bridge' ,
62- version = '0.15.0rc0 ' ,
62+ version = '0.15.0rc1 ' ,
6363 description = 'Intel nGraph compiler and runtime for TensorFlow' ,
6464 long_description = long_description ,
6565 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 3030// candidate such as v0.7.0-rc0
3131// The code in master will always have the last released version number
3232// with a suffix of '-master'
33- #define NG_TF_VERSION_SUFFIX " -rc0 "
33+ #define NG_TF_VERSION_SUFFIX " -rc1 "
3434
3535#define VERSION_STR_HELPER (x ) #x
3636#define VERSION_STR (x ) VERSION_STR_HELPER(x)
You can’t perform that action at this time.
0 commit comments