diff options
author | Marc G. Fournier <scrappy@hub.org> | 2010-10-01 10:39:44 -0300 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2010-10-01 10:39:44 -0300 |
commit | c689dacd6deba81c742ec35b2b792fba47db1ffc (patch) | |
tree | 6676a836575f7ca549e4c3eacf249d0a3d98b39f /src/include | |
parent | 8d7694b0d484382e67d3db0f41cc8ffefe4c9e1e (diff) | |
download | postgresql-REL8_0_26.tar.gz postgresql-REL8_0_26.zip |
Tag 8.0.26REL8_0_26
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 3df6ab053e7..08cc0c269aa 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.0.25" -#define PG_VERSION_STR "8.0.25 (win32)" +#define PG_VERSION "8.0.26" +#define PG_VERSION_STR "8.0.26 (win32)" #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" |