This repository has been archived on 2020-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-cpp/src/version.hpp.in

13 lines
183 B
C++

#ifndef VERSION_HPP
#define VERSION_HPP
namespace Mastodon
{
namespace global
{
static constexpr char version[] = "@PROJECT_VERSION@";
}
}
#endif // VERSION_HPP