Skip to content

Commit eb66892

Browse files
committed
Stamp version 8.3.1, except for configure.in/configure.
1 parent 8de5f59 commit eb66892

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

doc/bug.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ System Configuration:
3131

3232
Operating System (example: Linux 2.4.18) :
3333

34-
PostgreSQL version (example: PostgreSQL 8.3) : PostgreSQL 8.3
34+
PostgreSQL version (example: PostgreSQL 8.3.1): PostgreSQL 8.3.1
3535

3636
Compiler used (example: gcc 3.3.5) :
3737

src/include/pg_config.h.win32

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -566,16 +566,16 @@
566566
#define PACKAGE_NAME "PostgreSQL"
567567

568568
/* Define to the full name and version of this package. */
569-
#define PACKAGE_STRING "PostgreSQL 8.3"
569+
#define PACKAGE_STRING "PostgreSQL 8.3.1"
570570

571571
/* Define to the version of this package. */
572-
#define PACKAGE_VERSION "8.3"
572+
#define PACKAGE_VERSION "8.3.1"
573573

574574
/* PostgreSQL version as a string */
575-
#define PG_VERSION "8.3"
575+
#define PG_VERSION "8.3.1"
576576

577577
/* PostgreSQL version as a number */
578-
#define PG_VERSION_NUM 80300
578+
#define PG_VERSION_NUM 80301
579579

580580
/* Define to the one symbol short name of this package. */
581581
#define PACKAGE_TARNAME "postgresql"

src/interfaces/libpq/libpq.rc.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winver.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 8,3,0,0
5-
PRODUCTVERSION 8,3,0,0
4+
FILEVERSION 8,3,1,0
5+
PRODUCTVERSION 8,3,1,0
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0
88
FILEOS VOS__WINDOWS32
@@ -15,13 +15,13 @@ BEGIN
1515
BEGIN
1616
VALUE "CompanyName", "\0"
1717
VALUE "FileDescription", "PostgreSQL Access Library\0"
18-
VALUE "FileVersion", "8.3.0\0"
18+
VALUE "FileVersion", "8.3.1\0"
1919
VALUE "InternalName", "libpq\0"
2020
VALUE "LegalCopyright", "Copyright (C) 2008\0"
2121
VALUE "LegalTrademarks", "\0"
2222
VALUE "OriginalFilename", "libpq.dll\0"
2323
VALUE "ProductName", "PostgreSQL\0"
24-
VALUE "ProductVersion", "8.3.0\0"
24+
VALUE "ProductVersion", "8.3.1\0"
2525
END
2626
END
2727
BLOCK "VarFileInfo"

src/port/win32ver.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#include "pg_config.h"
33

44
VS_VERSION_INFO VERSIONINFO
5-
FILEVERSION 8,3,0,0
6-
PRODUCTVERSION 8,3,0,0
5+
FILEVERSION 8,3,1,0
6+
PRODUCTVERSION 8,3,1,0
77
FILEFLAGSMASK 0x17L
88
FILEFLAGS 0x0L
99
FILEOS VOS_NT_WINDOWS32

0 commit comments

Comments
 (0)