Skip to content

Commit 40aade2

Browse files
committed
At Andrew's suggestion, upgrade the Version numbers to reflect the
current state of development...namely, we are on 2.0 NOTE: BTW, the is also a check in postmaster which won't let you use an older version of the database by checking the version number. The version number of a database is in data/PG_VERSION (a plain ASCII file). - Andrew
1 parent f589ca6 commit 40aade2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/include/miscadmin.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $Id: miscadmin.h,v 1.1.1.1 1996/07/09 06:21:28 scrappy Exp $
15+
* $Id: miscadmin.h,v 1.2 1996/09/16 06:11:44 scrappy Exp $
1616
*
1717
* NOTES
1818
* some of the information in this file will be moved to
@@ -85,8 +85,8 @@ extern Oid LastOidProcessed; /* for query rewrite */
8585
* magic.h - definitions of the indexes of the magic numbers *
8686
*****************************************************************************/
8787

88-
#define PG_RELEASE 5
89-
#define PG_VERSION 1
88+
#define PG_RELEASE 6
89+
#define PG_VERSION 0
9090
#define PG_VERFILE "PG_VERSION"
9191

9292
/*****************************************************************************

0 commit comments

Comments
 (0)