gcc-plugins: Change all version strings match kernel
[linux-block.git] / scripts / gcc-plugins / stackleak_plugin.c
index 42f0252ee2a4edf3d3e0879ae8920717df84302d..de817d54b8af10ed8bf9263d209209f8422dd766 100644 (file)
@@ -44,7 +44,7 @@ static bool verbose = false;
 static GTY(()) tree track_function_decl;
 
 static struct plugin_info stackleak_plugin_info = {
-       .version = "201707101337",
+       .version = UTS_RELEASE,
        .help = "track-min-size=nn\ttrack stack for functions with a stack frame size >= nn bytes\n"
                "arch=target_arch\tspecify target build arch\n"
                "disable\t\tdo not activate the plugin\n"