diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-10-03 17:24:27 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-10-03 17:24:27 +0000 |
| commit | ae049f191d4a8a944b07d2c0d92525e7232ad552 (patch) | |
| tree | 9c42006f30e591ad22118bf023fe20736ae2719f /src/include | |
| parent | 69fbf4816b6e995a362add621f836c6b398c0137 (diff) | |
Stamp release 7.3.11.REL7_3_11
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config.h.win32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index c885eed2f79..d0c1a540727 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -3,8 +3,8 @@ /* * Parts of pg_config.h that you get with autoconf on other systems */ -#define PG_VERSION "7.3.10" -#define PG_VERSION_STR "7.3.10 (win32)" +#define PG_VERSION "7.3.11" +#define PG_VERSION_STR "7.3.11 (win32)" #define SYSCONFDIR "" |
