layers: Update layer info to match json
diff --git a/layers/basic.cpp b/layers/basic.cpp
index 74f22b1..77b08c0 100644
--- a/layers/basic.cpp
+++ b/layers/basic.cpp
@@ -36,8 +36,8 @@
     {
         "VK_LAYER_LUNARG_basic",
         VK_API_VERSION,                 // specVersion
-        VK_MAKE_VERSION(0, 1, 0),       // implementationVersion
-        "layer: basic",
+        1,       // implementationVersion
+        "LunarG Sample Layer",
     }
 };