diff options
author | Marc G. Fournier <scrappy@hub.org> | 2010-05-14 03:38:45 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2010-05-14 03:38:45 +0000 |
commit | 8a5b8aee742371c1f4ada8ff368fdc08818d0eb8 (patch) | |
tree | 188afd0a24255497ef630e31e75ca18091342913 /src/include | |
parent | 250956f5b4067316085e5fe13fed09cda6d9e87e (diff) | |
download | postgresql-8a5b8aee742371c1f4ada8ff368fdc08818d0eb8.tar.gz postgresql-8a5b8aee742371c1f4ada8ff368fdc08818d0eb8.zip |
tag 8.0.25REL8_0_25
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 6edbfcb987d..3df6ab053e7 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.24" -#define PG_VERSION_STR "8.0.24 (win32)" +#define PG_VERSION "8.0.25" +#define PG_VERSION_STR "8.0.25 (win32)" #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" |