diff options
Diffstat (limited to 'cmake/modules/version.cpp.in')
-rw-r--r-- | cmake/modules/version.cpp.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/modules/version.cpp.in b/cmake/modules/version.cpp.in index c2a1dce..a81671d 100644 --- a/cmake/modules/version.cpp.in +++ b/cmake/modules/version.cpp.in @@ -1,5 +1,5 @@ #include <cipherpack/version.hpp> -const char* cipherpack::VERSION = "@direct_bt_VERSION_LONG@"; -const char* cipherpack::VERSION_SHORT = "@direct_bt_VERSION_SHORT@"; -const char* cipherpack::VERSION_API = "@direct_bt_VERSION_API@"; +const char* cipherpack::VERSION = "@cipherpack_VERSION_LONG@"; +const char* cipherpack::VERSION_SHORT = "@cipherpack_VERSION_SHORT@"; +const char* cipherpack::VERSION_API = "@cipherpack_VERSION_API@"; |