From 49c85c252208a2b68d1ebdd4ff6271bf8ff4508f Mon Sep 17 00:00:00 2001 From: Jason Petersen Date: Mon, 28 May 2018 17:43:39 -0600 Subject: [PATCH] Fix windows citus_version --- windows/include/citus_version.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/windows/include/citus_version.h b/windows/include/citus_version.h index 83bc95efe..a7e345cb3 100644 --- a/windows/include/citus_version.h +++ b/windows/include/citus_version.h @@ -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