Fix generated version number in open source release.
Lands GitHub PR #61. The patch was also independently contributed by Martin Gieseking <martin.gieseking@uos.de>.
This commit is contained in:
@@ -48,9 +48,9 @@
|
|||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#endif // HAVE_SYS_UIO_H
|
#endif // HAVE_SYS_UIO_H
|
||||||
|
|
||||||
#define SNAPPY_MAJOR ${SNAPPY_MAJOR}
|
#define SNAPPY_MAJOR ${PROJECT_VERSION_MAJOR}
|
||||||
#define SNAPPY_MINOR ${SNAPPY_MINOR}
|
#define SNAPPY_MINOR ${PROJECT_VERSION_MINOR}
|
||||||
#define SNAPPY_PATCHLEVEL ${SNAPPY_PATCHLEVEL}
|
#define SNAPPY_PATCHLEVEL ${PROJECT_VERSION_PATCH}
|
||||||
#define SNAPPY_VERSION \
|
#define SNAPPY_VERSION \
|
||||||
((SNAPPY_MAJOR << 16) | (SNAPPY_MINOR << 8) | SNAPPY_PATCHLEVEL)
|
((SNAPPY_MAJOR << 16) | (SNAPPY_MINOR << 8) | SNAPPY_PATCHLEVEL)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user