Skip to content

Commit

Permalink
deprecate version_arr as it is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaim committed Nov 27, 2024
1 parent f10aed1 commit d130b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libmamba/include/mamba/version.hpp.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ namespace mamba
{
std::string version();

[[deprecate("will be replaced in a future minor version")]]
std::array<int, 3> version_arr();

}
Expand Down
1 change: 1 addition & 0 deletions micromamba/src/version.hpp.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ namespace umamba
{
std::string version();

[[deprecate("will be replaced in a future minor version")]]
std::array<int, 3> version_arr();

}
Expand Down

0 comments on commit d130b82

Please sign in to comment.