From 64aee049de11cbf19f3704676a495e70ba69fe4a Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sun, 19 May 2019 02:02:19 -0700 Subject: [PATCH] Update GraphDef version to 40. PiperOrigin-RevId: 248922073 --- tensorflow/core/public/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h index 294e1210ba7..f1fcd2e5d33 100644 --- a/tensorflow/core/public/version.h +++ b/tensorflow/core/public/version.h @@ -108,7 +108,7 @@ limitations under the License. #define TF_GRAPH_DEF_VERSION_MIN_PRODUCER 0 #define TF_GRAPH_DEF_VERSION_MIN_CONSUMER 0 -#define TF_GRAPH_DEF_VERSION 39 // Updated: 2019/5/18 +#define TF_GRAPH_DEF_VERSION 40 // Updated: 2019/5/19 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //