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