8000 Update branding for 7.1.3, no HISTORY yet. · danielcode/postgres@1dcabac · GitHub
[go: up one dir, main page]

Skip to content

Commit 1dcabac

Browse files
committed
Update branding for 7.1.3, no HISTORY yet.
1 parent 12c8c6a commit 1dcabac

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h)
2828
AC_PREREQ(2.13)
2929
AC_CONFIG_AUX_DIR(config)
3030

31-
VERSION='7.1.2'
31+
VERSION='7.1.3'
3232
AC_SUBST(VERSION)
3333
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
3434

doc/bug.template

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

2828
Operating System (example: Linux 2.0.26 ELF) :
2929

30-
PostgreSQL version (example: PostgreSQL-7.1.1): PostgreSQL-7.1.2
30+
PostgreSQL version (example: PostgreSQL-7.1.3): PostgreSQL-7.1.3
3131

3232
Compiler used (example: gcc 2.95.2) :
3333

doc/src/sgml/version.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Update this file to propagate correct current version numbers to the
33
documentation. In text, use for example &version; to refer to them.
44
-->
55

6-
<!entity version "7.1.2">
6+
<!entity version "7.1.3">
77
<!entity majorversion "7.1">

register.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
(2001-05-11)
2+
(2001-08-10)
33
PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
44
on the latest release, upcoming features, and other information to make your
55
work or play with PostgreSQL more productive.

src/include/config.h.win32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* Parts of config.h that you get with autoconf on other systems
33
*/
4-
#define PG_VERSION "7.1.2"
5-
#define PG_VERSION_STR "7.1.2 (win32)"
4+
#define PG_VERSION "7.1.3"
5+
#define PG_VERSION_STR "7.1.3 (win32)"
66

77
#define SYSCONFDIR ""
88

src/interfaces/libpq/libpq.rc

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 7,1,2,0
5-
PRODUCTVERSION 7,1,2,0
4+
FILEVERSION 7,1,3,0
5+
PRODUCTVERSION 7,1,3,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", "7, 1, 2, 0\0"
18+
VALUE "FileVersion", "7, 1, 3, 0\0"
1919
VALUE "InternalName", "libpq\0"
2020
VALUE "LegalCopyright", "Copyright (C) 2000\0"
2121
VALUE "LegalTrademarks", "\0"
2222
VALUE "OriginalFilename", "libpq.dll\0"
2323
VALUE "ProductName", "PostgreSQL\0"
24-
VALUE "ProductVersion", "7, 1, 2, 0\0"
24+
VALUE "ProductVersion", "7, 1, 3, 0\0"
2525
END
2626
END
2727
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)
0