windows version fix

pull/2330/head
mehmet furkan şahin 2018-07-27 09:59:42 +03:00
parent 00bd8bfa8a
commit 2bbdfad1fd
1 changed files with 2 additions and 2 deletions

View File

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