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++
Raw Permalink Normal View History

2018-01-06 21:33:52 +01:00
#ifndef VERSION_HPP
#define VERSION_HPP
2018-01-09 22:12:11 +01:00
namespace Mastodon
{
namespace global
{
static constexpr char version[] = "@PROJECT_VERSION@";
}
2018-01-06 21:33:52 +01:00
}
#endif // VERSION_HPP