Skip to content

Commit

Permalink
Fix header function tick-tocks
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Jun 7, 2022
1 parent 9ee00e6 commit 6b5d263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ release will remove the deprecated code.
1. `IGN_ZMQ_POST_4_3_1`
1. `IGN_CPPZMQ_POST_4_7_0`
1. `ign_strcat`, `ign_strcpy`, `ign_sprintf`, `ign_strdup`

1. `ignitionVersion()` is deprecated and will be removed in future versions.
Use `gzVersion()` instead.


## Gazebo Transport 9.X to 10.X
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/ign.cc
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ extern "C" const char *gzVersion()
return GZ_TRANSPORT_VERSION_FULL;
}

extern "C" const char GZ_DEPRECATED(12) *ignitionVersion()
extern "C" const char *ignitionVersion()
{
return gzVersion();
}

0 comments on commit 6b5d263

Please sign in to comment.