Fix windows citus_version

pull/2170/head
Jason Petersen 2018-05-28 17:43:39 -06:00
parent 28e3003311
commit 49c85c2522
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
1 changed files with 5 additions and 5 deletions

View File

@ -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