crow

Utility library


Project maintained by CaptainCrowbar Hosted on GitHub Pages — Theme by mattgraham

Version Information

Crow Library by Ross Smith

#include "crow/version.hpp"
namespace Crow;

This header supplies library version information.

std::array<int, 3> version() noexcept;

Returns an array containing the major, minor, and patch version numbers.

std::string version_string();

Returns the version numbers as a string (e.g. "1.23.456").