13 lines
183 B
C++
13 lines
183 B
C++
#ifndef VERSION_HPP
|
|
#define VERSION_HPP
|
|
|
|
namespace Mastodon
|
|
{
|
|
namespace global
|
|
{
|
|
static constexpr char version[] = "@PROJECT_VERSION@";
|
|
}
|
|
}
|
|
|
|
#endif // VERSION_HPP
|