Update branding for 7.1.3, no HISTORY yet.
authorBruce Momjian <[email protected]>
Thu, 9 Aug 2001 16:39:20 +0000 (16:39 +0000)
committerBruce Momjian <[email protected]>
Thu, 9 Aug 2001 16:39:20 +0000 (16:39 +0000)
configure.in
doc/bug.template
doc/src/sgml/version.sgml
register.txt
src/include/config.h.win32
src/interfaces/libpq/libpq.rc

index 3fbd63a29df4a311f84d540203d952768edf2326..598b8db7b0fb54cf58ad12726358a5e524719fc9 100644 (file)
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h)
 AC_PREREQ(2.13)
 AC_CONFIG_AUX_DIR(config)
 
-VERSION='7.1.2'
+VERSION='7.1.3'
 AC_SUBST(VERSION)
 AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
 
index 7fb1b4d0126a1b6c1e74758030b96580a73442e4..39f3100a95b92b2ef4c6e18d41d8551f85955caa 100644 (file)
@@ -27,7 +27,7 @@ System Configuration
 
   Operating System (example: Linux 2.0.26 ELF)         :
 
-  PostgreSQL version (example: PostgreSQL-7.1.1):   PostgreSQL-7.1.2
+  PostgreSQL version (example: PostgreSQL-7.1.3):   PostgreSQL-7.1.3
 
   Compiler used (example:  gcc 2.95.2)         :
 
index 23c202657d2cd1454a163932edb7a6cf47075966..5fb093871a7647be309c6012c2cbef849238b425 100644 (file)
@@ -3,5 +3,5 @@ Update this file to propagate correct current version numbers to the
 documentation.  In text, use for example &version; to refer to them.
 -->
 
-<!entity version "7.1.2">
+<!entity version "7.1.3">
 <!entity majorversion "7.1">
index 5880eca3cf60072b74780b70cfb4dc9c8bc24371..ed2e5ce65e1eb3ab0d8afe719b5584bfb453e20c 100644 (file)
@@ -1,5 +1,5 @@
 
-(2001-05-11)
+(2001-08-10)
 PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
 on the latest release, upcoming features, and other information to make your
 work or play with PostgreSQL more productive.
index 32a2842199462fb354cf578d1ad81f7639cfcb30..6c2c1a849082b331f60f033d8e0b170f13495dab 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Parts of config.h that you get with autoconf on other systems
  */
-#define PG_VERSION "7.1.2"
-#define PG_VERSION_STR "7.1.2 (win32)"
+#define PG_VERSION "7.1.3"
+#define PG_VERSION_STR "7.1.3 (win32)"
 
 #define SYSCONFDIR ""
 
index 90d379f9d56867412edcdf7f8605e44fb758e6ed..708b38e7aee049ab173cac389b36e54b75eb5db8 100644 (file)
@@ -1,8 +1,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 7,1,2,0
- PRODUCTVERSION 7,1,2,0
+ FILEVERSION 7,1,3,0
+ PRODUCTVERSION 7,1,3,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, 1, 2, 0\0"
+            VALUE "FileVersion", "7, 1, 3, 0\0"
             VALUE "InternalName", "libpq\0"
             VALUE "LegalCopyright", "Copyright (C) 2000\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libpq.dll\0"
             VALUE "ProductName", "PostgreSQL\0"
-            VALUE "ProductVersion", "7, 1, 2, 0\0"
+            VALUE "ProductVersion", "7, 1, 3, 0\0"
         END
     END
     BLOCK "VarFileInfo"