Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreue16 committed Oct 17, 2024
1 parent 6603c06 commit 364d020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/TclapUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ namespace TCLAP
{
std::cout << "This is " << _progName << " version " << casema::getVersion() << " (" << casema::getBranchRefspec() << " branch)\n";
std::cout << "Built from commit " << casema::getCommitHash() << "\n";
std::cout << "CASEMA homepage: <http://www.cadet-web.de>\n";
std::cout << "Fork CASEMA on GitHub: <https://github.com/modsim/CASEMA>\n";
std::cout << "CADET homepage: <http://cadet.github.io/>\n";
std::cout << "Fork CADET-Semi-Analytic on GitHub: <https://github.com/cadet/CADET-Semi-Analytic>\n";
std::cout << "Report bugs to the issue tracker on GitHub or <[email protected]>" << std::endl;
}

Expand Down

0 comments on commit 364d020

Please sign in to comment.