You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
conversations/cmake/config-conversations.h.cmake

9 lines
268 B

#ifndef CONVERSATIONS_VERSION_H
#define CONVERSATIONS_VERSION_H
#define CONVERSATIONS_VERSION "@VERSION@"
#define CONVERSATIONS_BRANCH "@CONV_BRANCH@"
#define CONVERSATIONS_SEMVER "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_REVISION@"
#endif //CONVERSATIONS_VERSION_H