File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
- dnl $PostgreSQL: pgsql/configure.in,v 1.427 2005/10/05 17:11:45 tgl Exp $
2
+ dnl $PostgreSQL: pgsql/configure.in,v 1.428 2005/10/11 23:26:41 pgsql Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
17
17
dnl
18
18
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
19
19
20
- AC_INIT([PostgreSQL], [8.1beta2 ], [pgsql-bugs@postgresql.org])
20
+ AC_INIT([PostgreSQL], [8.1beta3 ], [pgsql-bugs@postgresql.org])
21
21
22
22
AC_PREREQ(2.59)
23
23
AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ System Configuration:
31
31
32
32
Operating System (example: Linux 2.4.18) :
33
33
34
- PostgreSQL version (example: PostgreSQL 8.1beta2 ): PostgreSQL 8.1beta2
34
+ PostgreSQL version (example: PostgreSQL 8.1beta3 ): PostgreSQL 8.1beta3
35
35
36
36
Compiler used (example: gcc 3.3.5) :
37
37
You can’t perform that action at this time.
0 commit comments