blob: 44909f66a24cf7a350fa699a6a033d6f0e30c02c (
plain)
1
2
3
4
5
|
#include <gamp/version.hpp>
const char* gamp::VERSION = "@gamp_VERSION_LONG@";
const char* gamp::VERSION_SHORT = "@gamp_VERSION_SHORT@";
const char* gamp::VERSION_API = "@gamp_VERSION_API@";
|