diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2005-03-26 03:46:33 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2005-03-26 03:46:33 +0000 |
commit | 507fc3c554c42e2e974dcbfc326dc8d72db1c68c (patch) | |
tree | ad3324d1424da9162c03aaf22827f1ab9447f66e /src | |
parent | 9b31b4ac29558a2f8b7dc631f59f6b20867e527a (diff) | |
download | postgresql-507fc3c554c42e2e974dcbfc326dc8d72db1c68c.tar.gz postgresql-507fc3c554c42e2e974dcbfc326dc8d72db1c68c.zip |
Tag for 8.0.2beta1
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 da8dd8ed4a2..88a0c6d7006 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.1" -#define PG_VERSION_STR "8.0.1 (win32)" +#define PG_VERSION "8.0.2beta1" +#define PG_VERSION_STR "8.0.2beta1 (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 7ca40218753..8d48a9d01e2 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.1\0" + VALUE "FileVersion", "8.0.2beta1\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.1\0" + VALUE "ProductVersion", "8.0.2beta1\0" END END BLOCK "VarFileInfo" |