From 2bbdfad1fd2c75267d070038f467086c3d4720b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mehmet=20furkan=20=C5=9Fahin?= Date: Fri, 27 Jul 2018 09:59:42 +0300 Subject: [PATCH] windows version fix --- windows/include/citus_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/include/citus_version.h b/windows/include/citus_version.h index 21b0ca218..a6d5e7c90 100644 --- a/windows/include/citus_version.h +++ b/windows/include/citus_version.h @@ -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