From d6f26e6451557af7a105add0dabf734d002dc43e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 18 Jul 1999 18:06:42 +0000 Subject: Update for 6.6. --- src/include/version.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include') diff --git a/src/include/version.h.in b/src/include/version.h.in index d6f9ed2e3d9..ae438bfd476 100644 --- a/src/include/version.h.in +++ b/src/include/version.h.in @@ -4,7 +4,7 @@ * this file contains the interface to version.c. * Also some parameters. * - * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.6 1999/07/10 16:28:01 momjian Exp $ + * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.7 1999/07/18 18:06:40 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -15,8 +15,8 @@ void ValidatePgVersion(const char *path, char **reason_p); void SetPgVersion(const char *path, char **reason_p); #define PG_RELEASE "6" -#define PG_VERSION "5" -#define PG_SUBVERSION "1" +#define PG_VERSION "6" +#define PG_SUBVERSION "0" #define PG_VERFILE "PG_VERSION" -- cgit v1.2.3