From faf9db515c4bf550daacc1c3a22fedf3ff5dde63 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sat, 18 May 2019 02:02:12 -0700 Subject: [PATCH] Update GraphDef version to 39. PiperOrigin-RevId: 248849232 --- 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 b4f1751955d..294e1210ba7 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 38 // Updated: 2019/5/17 +#define TF_GRAPH_DEF_VERSION 39 // Updated: 2019/5/18 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). //