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