Skip to content

Commit

Permalink
Modernize plugin registration vars (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein authored Feb 26, 2024
2 parents 569d275 + b51a2ab commit 094f4a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,8 @@ extern "C"

extern const char plugin_name[] = "singularity-exec";
extern const char plugin_type[] = "spank";
extern const unsigned int plugin_version = 0;
extern const unsigned int plugin_version = SLURM_VERSION_NUMBER;
extern const unsigned int spank_plugin_version = 0;
}

// vim: foldmethod=marker foldmarker={,} sw=2 et

0 comments on commit 094f4a5

Please sign in to comment.