Skip to content

Commit

Permalink
Hard-tock ignitionVersion -> gzVersion
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Jun 9, 2022
1 parent 01f6907 commit 2279caa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ release will remove the deprecated code.
- The default config file path has been hard-tocked to `~/.gz/launch/gui.config`.
`~/.ignition/launch/gui.config` will no longer work.

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

## Gazebo Launch 2.2.2

- Environment variable `GZ_LAUNCH_CONFIG_PATH` started to be treated as a path
Expand Down
6 changes: 0 additions & 6 deletions src/cmd/ign.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ extern "C" char *gzVersion()
return strdup(GZ_LAUNCH_VERSION_FULL);
}


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

//////////////////////////////////////////////////
extern "C" const char *configPath()
{
Expand Down
1 change: 0 additions & 1 deletion src/cmd/ign.hh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
/// \brief External hook to read the library version.
/// \return C-string representing the version. Ex.: 0.1.2
extern "C" char *gzVersion();
extern "C" char GZ_DEPRECATED(6) *ignitionVersion();

/// \brief Set verbosity level
/// \param[in] _verbosity 0 to 4
Expand Down

0 comments on commit 2279caa

Please sign in to comment.