summaryrefslogtreecommitdiffstats
path: root/cmake/modules/version.cpp.in
blob: 120cff722d762b6f9f0034fe221c840e1890ca2b (plain)
1
2
3
4
5
#include <jau/version.hpp>

const char* jau::VERSION = "@jaulib_VERSION_LONG@";
const char* jau::VERSION_SHORT = "@jaulib_VERSION_SHORT@";
const char* jau::VERSION_API = "@jaulib_VERSION_API@";