summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2006-02-12 18:41:39 +0000
committerBruce Momjian2006-02-12 18:41:39 +0000
commit81c303c514054c6b12e50df37aa11b35bed635b1 (patch)
tree512aa0c2e2be18dcdfae7358095fb45afe818cfe
parentdd56158eef842b97dfdc85403a3c7f46e2ab2b73 (diff)
Stamp releases for 2006-02-14 release
-rw-r--r--doc/bug.template2
-rw-r--r--src/include/pg_config.h.win324
-rw-r--r--src/interfaces/libpq/libpq.rc8
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/bug.template b/doc/bug.template
index f4fc81ed307..a9a9cc87fd9 100644
--- a/doc/bug.template
+++ b/doc/bug.template
@@ -31,7 +31,7 @@ System Configuration:
Operating System (example: Linux 2.4.18) :
- PostgreSQL version (example: PostgreSQL 7.4.10): PostgreSQL 7.4.11
+ PostgreSQL version (example: PostgreSQL 7.4.12): PostgreSQL 7.4.12
Compiler used (example: gcc 3.3.5) :
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index 1ee7c7d2bf9..a7e3fa0cd89 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 "7.4.11"
-#define PG_VERSION_STR "7.4.11 (win32)"
+#define PG_VERSION "7.4.12"
+#define PG_VERSION_STR "7.4.12 (win32)"
#define SYSCONFDIR ""
diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc
index cb8f662ffaf..573fccb73c8 100644
--- a/src/interfaces/libpq/libpq.rc
+++ b/src/interfaces/libpq/libpq.rc
@@ -1,8 +1,8 @@
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 7,4,11,0
- PRODUCTVERSION 7,4,11,0
+ FILEVERSION 7,4,12,0
+ PRODUCTVERSION 7,4,12,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS__WINDOWS32
@@ -15,13 +15,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "PostgreSQL Access Library\0"
- VALUE "FileVersion", "7, 4, 11, 0\0"
+ VALUE "FileVersion", "7, 4, 12, 0\0"
VALUE "InternalName", "libpq\0"
VALUE "LegalCopyright", "Copyright (C) 2003\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0"
- VALUE "ProductVersion", "7, 4, 11, 0\0"
+ VALUE "ProductVersion", "7, 4, 12, 0\0"
END
END
BLOCK "VarFileInfo"