8000 Stamp CVS as 7.2. Update all interface version numbers. This is the · postgrespro/postgres_cluster@54d9099 · GitHub
[go: up one dir, main page]

Skip to content
  • Commit 54d9099

    Browse files
    committed
    Stamp CVS as 7.2. Update all interface version numbers. This is the
    time to do it, not during beta because people are using this stuff in production sometimes.
    1 parent d4dfef1 commit 54d9099

    File tree

    17 files changed

    +60
    -61
    lines changed

    17 files changed

    +60
    -61
    lines changed

    README

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,7 +1,7 @@
    11
    PostgreSQL Data Base Management System (formerly known as Postgres, then
    22
    as Postgres95).
    33

    4-
    This directory contains the development version of 7.1.1 of the
    4+
    This directory contains the development version of 7.2 of the
    55
    PostgreSQL database server. The server is not 100% ANSI SQL compliant,
    66
    but it gets closer with every release. After you unzip and untar the
    77
    distribution file, look at file INSTALL for the installation notes and

    configure

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -611,7 +611,7 @@ ac_config_sub=$ac_aux_dir/config.sub
    611611
    ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
    612612

    613613

    614-
    VERSION='7.1.1'
    614+
    VERSION='7.2devel'
    615615

    616616
    cat >> confdefs.h <<EOF
    617617
    #define PG_VERSION "$VERSION"

    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.1'
    31+
    VERSION='7.2devel'
    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.1
    30+
    PostgreSQL version (example: PostgreSQL-7.1.1): PostgreSQL-7.2devel
    3131

    3232
    Compiler used (example: gcc 2.95.2) :
    3333

    doc/src/sgml/version.sgml

    Lines changed: 2 additions & 2 deletions
    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.1">
    7-
    <!entity majorversion "7.1">
    6+
    <!entity version "7.2">
    7+
    <!entity majorversion "7.2">

    register.txt

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

    2-
    (2001-05-05)
    2+
    (2001-??-??)
    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.1"
    5-
    #define PG_VERSION_STR "7.1.1 (win32)"
    4+
    #define PG_VERSION "7.2.0"
    5+
    #define PG_VERSION_STR "7.2.0 (win32)"
    66

    77
    #define SYSCONFDIR ""
    88

    src/interfaces/ecpg/lib/Makefile

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -4,7 +4,7 @@
    44
    #
    55
    # Copyright (c) 1994, Regents of the University of California
    66
    #
    7-
    # $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.11 2001/02/20 19:20:29 petere Exp $
    7+
    # $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.12 2001/05/11 01:46:33 momjian Exp $
    88
    #
    99
    #-------------------------------------------------------------------------
    1010

    @@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
    1414

    1515
    NAME= ecpg
    1616
    SO_MAJOR_VERSION= 3
    17-
    SO_MINOR_VERSION= 2.0
    17+
    SO_MINOR_VERSION= 3.0
    1818

    1919
    override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)
    2020

    src/interfaces/ecpg/preproc/Makefile

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,11 +1,11 @@
    1-
    # $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.74 2001/02/20 19:20:29 petere Exp $
    1+
    # $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.75 2001/05/11 01:46:33 momjian Exp $
    22

    33
    subdir = src/interfaces/ecpg/preproc
    44
    top_builddir = ../../../..
    55
    include $(top_builddir)/src/Makefile.global
    66

    77
    MAJOR_VERSION=2
    8-
    MINOR_VERSION=8
    8+
    MINOR_VERSION=9
    99
    PATCHLEVEL=0
    1010

    1111
    override CPPFLAGS := -I$(srcdir)/../include $(CPPFLAGS) \

    src/interfaces/jdbc/jdbc.jpx

    Lines changed: 31 additions & 32 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,32 +1,31 @@
    1-
    <?xml version="1.0" encoding="UTF-8"?>
    2-
    3-
    <!--JBuilder XML Project-->
    4-
    <project>
    5-
    <property category="runtime.0" name="RunnableType" value="com.borland.jbuilder.runtime.ApplicationRunner" />
    6-
    <property category="runtime.0" name="jsprunner.docbase" value="." />
    7-
    <property category="runtime.0" name="jsprunner.jspfile" value="E%|/docs/java/xml/example6" />
    8-
    <property category="sys" name="BackupPath" value="bak" />
    9-
    <property category="sys" name="CheckStable" value="1" />
    10-
    <property category="sys" name="Company" value="" />
    11-
    <property category="sys" name="Copyright" value="Copyright (c) 2001" />
    12-
    <property category="sys" name="DefaultPackage" value="org.postgresql.core" />
    13-
    <property category="sys" name="Description" value="" />
    14-
    <property category="sys" name="DocPath" value="doc" />
    15-
    <property category="sys" name="ExcludeClassEnabled" value="0" />
    16-
    <property category="sys" name="JDK" value="java 1.3.0-C" />
    17-
    <property category="sys" name="LastTag" value="0" />
    18-
    <property category="sys" name="Libraries" value="JUnit" />
    19-
    <property category="sys" name="MakeStable" value="0" />
    20-
    <property category="sys" name="OutPath" value="build" />
    21-
    <property category="sys" name="SourcePath" value="." />
    22-
    <property category="sys" name="Title" value="" />
    23-
    <property category="sys" name="Version" value="1.0" />
    24-
    <property category="sys" name="WorkingDirectory" value="." />
    25-
    <node type="Package" name="org.postgresql.core" />
    26-
    <file path="build.xml" />
    27-
    <file path="CHANGELOG" />
    28-
    <file path="Implementation" />
    29-
    <file path="README" />
    30-
    <file path="org/postgresql/jdbc2/UpdateableResultSet.java" />
    31-
    </project>
    32-
    1+
    <?xml version="1.0" encoding="UTF-8"?>
    2+
    3+
    <!--JBuilder XML Project-->
    4+
    <project>
    5+
    <property category="runtime.0" name="RunnableType" value="com.borland.jbuilder.runtime.ApplicationRunner" />
    6+
    <property category="runtime.0" name="jsprunner.docbase" value="." />
    7+
    <property category="runtime.0" name="jsprunner.jspfile" value="E%|/docs/java/xml/example6" />
    8+
    <property category="sys" name="BackupPath" value="bak" />
    9+
    <property category="sys" name="CheckStable" value="1" />
    10+
    <property category="sys" name="Company" value="" />
    11+
    <property category="sys" name="Copyright" value="Copyright (c) 2001" />
    12+
    <property category="sys" name="DefaultPackage" value="org.postgresql.core" />
    13+
    <property category="sys" name="Description" value="" />
    14+
    <property category="sys" name="DocPath" value="doc" />
    15+
    <property category="sys" name="ExcludeClassEnabled" value="0" />
    16+
    <property category="sys" name="JDK" value="java 1.3.0-C" />
    17+
    <property category="sys" name="LastTag" value="0" />
    18+
    <property category="sys" name="Libraries" value="JUnit" />
    19+
    <property category="sys" name="MakeStable" value="0" />
    20+
    <property category="sys" name="OutPath" value="build" />
    21+
    <property category="sys" name="SourcePath" value="." />
    22+
    <property category="sys" name="Title" value="" />
    23+
    <property category="sys" name="Version" value="1.0" />
    24+
    <property category="sys" name="WorkingDirectory" value="." />
    25+
    <node type="Package" name="org.postgresql.core" />
    26+
    <file path="build.xml" />
    27+
    <file path="CHANGELOG" />
    28+
    <file path="Implementation" />
    29+
    <file path="README" />
    30+
    <file path="org/postgresql/jdbc2/UpdateableResultSet.java" />
    31+
    </project>

    src/interfaces/libpgeasy/Makefile

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    #
    33
    # Makefile for src/interfaces/libpgeasy
    44
    #
    5-
    # $Header: /cvsroot/pgsql/src/interfaces/libpgeasy/Attic/Makefile,v 1.6 2001/02/20 19:20:29 petere Exp $
    5+
    # $Header: /cvsroot/pgsql/src/interfaces/libpgeasy/Attic/Makefile,v 1.7 2001/05/11 01:46:33 momjian Exp $
    66
    #
    77
    #-------------------------------------------------------------------------
    88

    @@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
    1414
    # shared library parameters
    1515
    NAME= pgeasy
    1616
    SO_MAJOR_VERSION= 2
    17-
    SO_MINOR_VERSION= 1
    17+
    SO_MINOR_VERSION= 2
    1818

    1919
    override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
    2020

    src/interfaces/libpgtcl/Makefile

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -4,7 +4,7 @@
    44
    #
    55
    # Copyright (c) 1994, Regents of the University of California
    66
    #
    7-
    # $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.25 2001/02/20 19:20:29 petere Exp $
    7+
    # $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.26 2001/05/11 01:46:33 momjian Exp $
    88
    #
    99
    #-------------------------------------------------------------------------
    1010

    @@ -14,7 +14,7 @@ include ../../Makefile.global
    1414

    1515
    NAME= pgtcl
    1616
    SO_MAJOR_VERSION= 2
    17-
    SO_MINOR_VERSION= 1
    17+
    SO_MINOR_VERSION= 2
    1818

    1919
    override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
    2020

    src/interfaces/libpq++/Makefile

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -4,7 +4,7 @@
    44
    #
    55
    # Copyright (c) 1994, Regents of the University of California
    66
    #
    7-
    # $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.28 2001/02/20 19:20:29 petere Exp $
    7+
    # $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.29 2001/05/11 01:46:33 momjian Exp $
    88
    #
    99
    #-------------------------------------------------------------------------
    1010

    @@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
    1414

    1515
    NAME= pq++
    1616
    SO_MAJOR_VERSION= 3
    17-
    SO_MINOR_VERSION= 1
    17+
    SO_MINOR_VERSION= 2
    1818

    1919
    override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
    2020

    src/interfaces/libpq/Makefile

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -4,7 +4,7 @@
    44
    #
    55
    # Copyright (c) 1994, Regents of the University of California
    66
    #
    7-
    # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.51 2001/02/20 19:20:29 petere Exp $
    7+
    # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.52 2001/05/11 01:46:33 momjian Exp $
    88
    #
    99
    #-------------------------------------------------------------------------
    1010

    @@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
    1515
    # shared library parameters
    1616
    NAME= pq
    1717
    SO_MAJOR_VERSION= 2
    18-
    SO_MINOR_VERSION= 1
    18+
    SO_MINOR_VERSION= 2
    1919

    2020
    override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'
    2121

    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,1,0
    5-
    PRODUCTVERSION 7,1,1,0
    4+
    FILEVERSION 7,2,0,0
    5+
    PRODUCTVERSION 7,2,0,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, 0, 0\0"
    18+
    VALUE "FileVersion", "7, 2, 0, 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, 0, 0\0"
    24+
    VALUE "ProductVersion", "7, 2, 0, 0\0"
    2525
    END
    2626
    END
    2727
    BLOCK "VarFileInfo"

    src/interfaces/odbc/GNUmakefile

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    #
    33
    # GNUMakefile for psqlodbc (Postgres ODBC driver)
    44
    #
    5-
    # $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.15 2001/03/26 09:34:17 inoue Exp $
    5+
    # $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.16 2001/05/11 01:46:33 momjian Exp $
    66
    #
    77
    #-------------------------------------------------------------------------
    88

    @@ -13,7 +13,7 @@ include $(top_builddir)/src/Makefile.global
    1313
    # Shared library parameters
    1414
    NAME = psqlodbc
    1515
    SO_MAJOR_VERSION = 0
    16-
    SO_MINOR_VERSION = 26
    16+
    SO_MINOR_VERSION = 27
    1717

    1818
    override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DHAVE_CONFIG_H -DODBCINSTDIR='"$(odbcinst_ini_dir)"'
    1919

    src/interfaces/perl5/Pg.pm

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    #-------------------------------------------------------
    22
    #
    3-
    # $Id: Pg.pm,v 1.8 1998/09/27 19:12:22 mergl Exp $
    3+
    # $Id: Pg.pm,v 1.9 2001/05/11 01:46:33 momjian Exp $
    44
    #
    55
    # Copyright (c) 1997, 1998 Edmund Mergl
    66
    #
    @@ -99,7 +99,7 @@ require 5.002;
    9999
    PGRES_InvalidOid
    100100
    );
    101101

    102-
    $Pg::VERSION = '1.8.0';
    102+
    $Pg::VERSION = '1.9.0';
    103103

    104104
    sub AUTOLOAD {
    105105
    # This AUTOLOAD is used to 'autoload' constants from the constant()

    0 commit comments

    Comments
     (0)
    0