Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed May 20, 2022
1 parent 8534a69 commit 7b2dbbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/include/gz/plugin/config.hh.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

#ifndef GZ_PLUGIN_CONFIG_HH_
#ifndef GZ_PLUGIN_CONFIG_HH_
#define GZ_PLUGIN_CONFIG_HH_

/* Version number */
#define GZ_PLUGIN_MAJOR_VERSION ${PROJECT_VERSION_MAJOR}
Expand Down
2 changes: 1 addition & 1 deletion loader/src/cmd/ign.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ extern "C" void cmdPluginInfo(
//////////////////////////////////////////////////
extern "C" const char *ignitionVersion()
{
return strdup(IGNITION_PLUGIN_VERSION_FULL);
return strdup(GZ_PLUGIN_VERSION_FULL);
}

0 comments on commit 7b2dbbe

Please sign in to comment.