diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-01-05 04:02:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-01-05 04:02:26 +0000 |
commit | f54a68d24a5334c6b3b915c2edff5239ba639633 (patch) | |
tree | 4356314483932503947e44a5a910b2083e03343f /src/include | |
parent | e9bb12d5ab8c5de214f6c4ca292379b71d789c90 (diff) | |
download | postgresql-f54a68d24a5334c6b3b915c2edff5239ba639633.tar.gz postgresql-f54a68d24a5334c6b3b915c2edff5239ba639633.zip |
Stamp release 8.1.2.
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 de586667401..2050abd7b1a 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 "8.1.1" -#define PG_VERSION_STR "8.1.1 (win32)" +#define PG_VERSION "8.1.2" +#define PG_VERSION_STR "8.1.2 (win32)" #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" |