diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-04-07 19:43:06 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-04-07 19:43:06 +0000 |
commit | 7dbded2c9c88eb6b2995abe4e0d6ebcaa9548d43 (patch) | |
tree | 1d687e3afc83817ac5de9787148780a5ef42a592 /src | |
parent | 9b8438169a0efd11f39c0dc40093b2ef0cac2d38 (diff) | |
download | postgresql-7dbded2c9c88eb6b2995abe4e0d6ebcaa9548d43.tar.gz postgresql-7dbded2c9c88eb6b2995abe4e0d6ebcaa9548d43.zip |
Stamp 8.0.2.REL8_0_2
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.win32 | 4 | ||||
-rw-r--r-- | src/interfaces/libpq/libpq.rc.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 88a0c6d7006..ca0f102750a 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.2beta1" -#define PG_VERSION_STR "8.0.2beta1 (win32)" +#define PG_VERSION "8.0.2" +#define PG_VERSION_STR "8.0.2 (win32)" #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" diff --git a/src/interfaces/libpq/libpq.rc.in b/src/interfaces/libpq/libpq.rc.in index 2a609c2aa84..2b064b4f1a4 100644 --- a/src/interfaces/libpq/libpq.rc.in +++ b/src/interfaces/libpq/libpq.rc.in @@ -15,13 +15,13 @@ BEGIN BEGIN VALUE "CompanyName", "\0" VALUE "FileDescription", "PostgreSQL Access Library\0" - VALUE "FileVersion", "8.0.2beta1\0" + VALUE "FileVersion", "8.0.2\0" VALUE "InternalName", "libpq\0" VALUE "LegalCopyright", "Copyright (C) 2005\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "libpq.dll\0" VALUE "ProductName", "PostgreSQL\0" - VALUE "ProductVersion", "8.0.2beta1\0" + VALUE "ProductVersion", "8.0.2\0" END END BLOCK "VarFileInfo" |