Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a10dc2e

Browse files
committed
update to beta5
1 parent 94b61fb commit a10dc2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ ac_config_sub=$ac_aux_dir/config.sub
607607
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
608608

609609

610-
VERSION='7.1beta4'
610+
VERSION='7.1beta5'
611611

612612
cat >> confdefs.h <<EOF
613613
#define PG_VERSION "$VERSION"
@@ -2641,7 +2641,7 @@ INSTALL_SHLIB="\${INSTALL} $INSTL_SHLIB_OPTS"
26412641

26422642

26432643

2644-
for ac_prog in gawk mawk nawk awk
2644+
for ac_prog in mawk gawk nawk awk
26452645
do
26462646
# Extract the first word of "$ac_prog", so it can be a program name with args.
26472647
set dummy $ac_prog; ac_word=$2
@@ -4999,7 +4999,7 @@ else
49994999
int main() {
50005000
50015001
/* Ultrix mips cc rejects this. */
5002-
typedef int charset[2]; const charset x={0,0};
5002+
typedef int charset[2]; const charset x;
50035003
/* SunOS 4.1.1 cc rejects this. */
50045004
char const *const *ccp;
50055005
char **p;
@@ -5074,7 +5074,7 @@ for ac_kw in inline __inline__ __inline; do
50745074
#include "confdefs.h"
50755075
50765076
int main() {
5077-
} $ac_kw int foo() {
5077+
} $ac_kw foo() {
50785078
; return 0; }
50795079
EOF
50805080
if { (eval echo configure:5081: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then

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.1beta4'
31+
VERSION='7.1beta5'
3232
AC_SUBST(VERSION)
3333
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
3434

0 commit comments

Comments
 (0)