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++

#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