mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Update for 7.4 release.
This commit is contained in:
parent
74cbe6352d
commit
256d2f09b5
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
/*
|
||||
* Parts of pg_config.h that you get with autoconf on other systems
|
||||
*/
|
||||
#define PG_VERSION "7.3"
|
||||
#define PG_VERSION_STR "7.3 (win32)"
|
||||
#define PG_VERSION "7.4"
|
||||
#define PG_VERSION_STR "7.4 (win32)"
|
||||
|
||||
#define SYSCONFDIR ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue