mirror of https://github.com/citusdata/citus.git
Fix windows citus_version
parent
28e3003311
commit
49c85c2522
|
@ -5,19 +5,19 @@
|
|||
#define CITUS_EDITION "community"
|
||||
|
||||
/* Extension version expected by this Citus build */
|
||||
#define CITUS_EXTENSIONVERSION "7.4-3"
|
||||
#define CITUS_EXTENSIONVERSION "7.5-1"
|
||||
|
||||
/* Citus major version as a string */
|
||||
#define CITUS_MAJORVERSION "7.4"
|
||||
#define CITUS_MAJORVERSION "7.5"
|
||||
|
||||
/* Citus version as a string */
|
||||
#define CITUS_VERSION "7.4devel"
|
||||
#define CITUS_VERSION "7.5devel"
|
||||
|
||||
/* Citus version as a number */
|
||||
#define CITUS_VERSION_NUM 70400
|
||||
#define CITUS_VERSION_NUM 70500
|
||||
|
||||
/* A string containing the version number, platform, and C compiler */
|
||||
#define CITUS_VERSION_STR "Citus 7.4devel on x86_64-windows, compiled by Visual Studio"
|
||||
#define CITUS_VERSION_STR "Citus 7.5devel on x86_64-windows, compiled by Visual Studio"
|
||||
|
||||
/* Define to 1 if you have the `curl' library (-lcurl). */
|
||||
#define HAVE_LIBCURL 0
|
||||
|
|
Loading…
Reference in New Issue