mirror of https://github.com/citusdata/citus.git
14 lines
294 B
C
14 lines
294 B
C
/* This file is created manually */
|
|
|
|
/* so the shared-library knows its own version */
|
|
#undef CITUS_EXTENSIONVERSION
|
|
|
|
/* Citus major version as a string */
|
|
#undef CITUS_MAJORVERSION
|
|
|
|
/* Citus version as a string */
|
|
#undef CITUS_VERSION
|
|
|
|
/* Citus version as a number */
|
|
#undef CITUS_VERSION_NUM
|