diff options
Diffstat (limited to 'src/include/version.h.in')
| -rw-r--r-- | src/include/version.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/version.h.in b/src/include/version.h.in index 938db5fde36..0b0644ca9a4 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.2.1 1999/09/13 00:13:19 momjian Exp $ + * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.6.2.2 1999/10/12 15:35:07 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,7 +16,7 @@ void SetPgVersion(const char *path, char **reason_p); #define PG_RELEASE "6" #define PG_VERSION "5" -#define PG_SUBVERSION "2" +#define PG_SUBVERSION "3" #define PG_VERFILE "PG_VERSION" |
