diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-06-05 23:56:05 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-06-05 23:56:05 +0000 |
| commit | 7ac3f8485bea057ffc3d2a9ec2b310a51faf68e3 (patch) | |
| tree | af861ca987dff09212eb6f3811a0041ca759d3dc /src/include | |
| parent | 84a43fcdf3766e1983a35b440cd1817d9f29e277 (diff) | |
Stamp 8.1.12 (except for configure.in/configure)
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 7eefbfd2b65..01b8beedf74 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.11" -#define PG_VERSION_STR "8.1.11 (win32)" +#define PG_VERSION "8.1.12" +#define PG_VERSION_STR "8.1.12 (win32)" #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" |
