From 4c9c0b85fb9d5255f9e936ec2effe112dcb8a99c Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Fri, 10 Apr 2009 00:20:10 +0000 Subject: commit and tag beta1 --- src/include/pg_config.h.win32 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 29f1ef48508..d072ccfd47f 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -563,13 +563,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.4devel" +#define PACKAGE_STRING "PostgreSQL 8.4beta1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.4devel" +#define PACKAGE_VERSION "8.4beta1" /* PostgreSQL version as a string */ -#define PG_VERSION "8.4devel" +#define PG_VERSION "8.4beta1" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 80400 -- cgit v1.2.3