blob: d49601d75a6c0ed7f1b7444ea5c7f342fffd1c9e (
plain)
1
2
3
4
5
|
#include <cipherpack/version.hpp>
const jau::util::VersionNumber cipherpack::VERSION("@cipherpack_VERSION_LONG@");
const char* cipherpack::VERSION_SHORT = "@cipherpack_VERSION_SHORT@";
const char* cipherpack::VERSION_API = "@cipherpack_VERSION_API@";
|