diff options
Diffstat (limited to 'src/include/version.h')
-rw-r--r-- | src/include/version.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/version.h b/src/include/version.h index 927c11170d5..14920ffd378 100644 --- a/src/include/version.h +++ b/src/include/version.h @@ -1,10 +1,10 @@ /*------------------------------------------------------------------------- * * version.h-- - * this file contains the interface to version.c. - * Also some parameters. + * this file contains the interface to version.c. + * Also some parameters. * - * $Id: version.h,v 1.2 1997/04/26 05:07:12 scrappy Exp $ + * $Id: version.h,v 1.3 1997/09/07 04:55:43 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -12,13 +12,13 @@ #define VERSION_H void -ValidatePgVersion(const char *path, char **reason_p); + ValidatePgVersion(const char *path, char **reason_p); void -SetPgVersion(const char *path, char **reason_p); + SetPgVersion(const char *path, char **reason_p); -#define PG_RELEASE 6 -#define PG_VERSION 1 -#define PG_VERFILE "PG_VERSION" +#define PG_RELEASE 6 +#define PG_VERSION 1 +#define PG_VERFILE "PG_VERSION" #endif |