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

11 lines
248 B
C++
Raw Normal View History

2018-01-06 21:33:52 +01:00
#ifndef VERSION_HPP
#define VERSION_HPP
namespace global {
static constexpr char version[] = "@PROJECT_VERSION@";
static constexpr char git_sha1[] ="@GIT_SHA1@";
static constexpr char git_date[] ="@GIT_DATE@";
}
#endif // VERSION_HPP