Version¶
Quick and easy ways to check JasonPPs version:
Which version am i using?
std::cout << JASONPP_VERSION << std::endl
What is the newest version?
curl https://raw.githubusercontent.com/Leonetienne/JasonPP/master/latest_version
The version will always be of type double
, to be easily comparable.