diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-10-09 23:38:34 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-10-09 23:38:34 +0000 |
commit | 10d46101f9d2edc41fbe92dab1959fcc2326fd1a (patch) | |
tree | a315d668ce9976c968d18f7e4b82d44c625a8113 /src/include | |
parent | f18ace69dc9e3c95399784c4d954f6c43bac8a23 (diff) | |
download | postgresql-10d46101f9d2edc41fbe92dab1959fcc2326fd1a.tar.gz postgresql-10d46101f9d2edc41fbe92dab1959fcc2326fd1a.zip |
Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.
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 0c29404c7cf..7696bb5082f 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.4.13" -#define PG_VERSION_STR "7.4.13 (win32)" +#define PG_VERSION "7.4.14" +#define PG_VERSION_STR "7.4.14 (win32)" #define SYSCONFDIR "" |