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>

0 commit comments

Comments
 (0)