diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-05-21 20:28:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-05-21 20:28:26 +0000 |
commit | 5421969f724bed71aeec9ab779633eff22199a15 (patch) | |
tree | 68a052b0370481dcca7e9f20c158707057784ffc /src/include | |
parent | 96871fc236a19a4c3c74dbab81c63838e7de0c32 (diff) | |
download | postgresql-5421969f724bed71aeec9ab779633eff22199a15.tar.gz postgresql-5421969f724bed71aeec9ab779633eff22199a15.zip |
Stamp releases 7.3.15, 7.4.13, and 8.0.8.
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 a7e3fa0cd89..0c29404c7cf 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.12" -#define PG_VERSION_STR "7.4.12 (win32)" +#define PG_VERSION "7.4.13" +#define PG_VERSION_STR "7.4.13 (win32)" #define SYSCONFDIR "" |