mirror of https://github.com/citusdata/citus.git
windows version fix
parent
00bd8bfa8a
commit
2bbdfad1fd
|
@ -11,13 +11,13 @@
|
|||
#define CITUS_MAJORVERSION "7.5"
|
||||
|
||||
/* Citus version as a string */
|
||||
#define CITUS_VERSION "7.5devel"
|
||||
#define CITUS_VERSION "7.5.0"
|
||||
|
||||
/* Citus version as a number */
|
||||
#define CITUS_VERSION_NUM 70500
|
||||
|
||||
/* A string containing the version number, platform, and C compiler */
|
||||
#define CITUS_VERSION_STR "Citus 7.5devel on x86_64-windows, compiled by Visual Studio"
|
||||
#define CITUS_VERSION_STR "Citus 7.5.0 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