Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / tests / unit / engines / mkldnn / graph / layers / extensions / fake_layer.cpp
index 4e22a72..1b9d936 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Intel Corporation
+// Copyright (C) 2018-2019 Intel Corporation
 // SPDX-License-Identifier: Apache-2.0
 //
 
@@ -44,8 +44,8 @@ class FakeExtensions : public IExtension {
 
     void GetVersion(const Version *&versionInfo) const noexcept override {
         static Version ExtensionDescription = {
-            {1, 0},    // extension API version
-            "1.0",
+            {1, 6},    // extension API version
+            "1.6",
             "ie-cpu-ext"  // extension description message
         };