1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

clean up the bin/*/Makefiles...up version.h to v6.1 instead of v6.0

Remove bin/Makefile.global since it wasn't actually *doing* anything
that Makefile.global hadn't already done
This commit is contained in:
Marc G. Fournier
1997-04-26 05:07:12 +00:00
parent bcd0fae871
commit c2ae467300
9 changed files with 14 additions and 51 deletions

View File

@@ -4,7 +4,7 @@
* this file contains the interface to version.c.
* Also some parameters.
*
* $Id: version.h,v 1.1 1996/11/11 14:24:38 bryanh Exp $
* $Id: version.h,v 1.2 1997/04/26 05:07:12 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,7 +18,7 @@ void
SetPgVersion(const char *path, char **reason_p);
#define PG_RELEASE 6
#define PG_VERSION 0
#define PG_VERSION 1
#define PG_VERFILE "PG_VERSION"
#endif