Skip to content

Commit f489e2d

Browse files
author
pd
committed
go to 4.6.0 devel
git-svn-id: https://svn.r-project.org/R/trunk@87963 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent bd244aa commit f489e2d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.5.0 Under development (unstable)
1+
4.6.0 Under development (unstable)

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for R 4.5.0.
3+
# Generated by GNU Autoconf 2.72 for R 4.6.0.
44
#
55
# Report bugs to <https://bugs.r-project.org>.
66
#
@@ -614,8 +614,8 @@ MAKEFLAGS=
614614
# Identity of this package.
615615
PACKAGE_NAME='R'
616616
PACKAGE_TARNAME='R'
617-
PACKAGE_VERSION='4.5.0'
618-
PACKAGE_STRING='R 4.5.0'
617+
PACKAGE_VERSION='4.6.0'
618+
PACKAGE_STRING='R 4.6.0'
619619
PACKAGE_BUGREPORT='https://bugs.r-project.org'
620620
PACKAGE_URL='https://www.r-project.org'
621621

@@ -1784,7 +1784,7 @@ if test "$ac_init_help" = "long"; then
17841784
# Omit some internal or obsolete options to make the list less imposing.
17851785
# This message is too long to be a string in the A/UX 3.1 sh.
17861786
cat <<_ACEOF
1787-
'configure' configures R 4.5.0 to adapt to many kinds of systems.
1787+
'configure' configures R 4.6.0 to adapt to many kinds of systems.
17881788

17891789
Usage: $0 [OPTION]... [VAR=VALUE]...
17901790

@@ -1860,7 +1860,7 @@ fi
18601860

18611861
if test -n "$ac_init_help"; then
18621862
case $ac_init_help in
1863-
short | recursive ) echo "Configuration of R 4.5.0:";;
1863+
short | recursive ) echo "Configuration of R 4.6.0:";;
18641864
esac
18651865
cat <<\_ACEOF
18661866

@@ -2183,7 +2183,7 @@ fi
21832183
test -n "$ac_init_help" && exit $ac_status
21842184
if $ac_init_version; then
21852185
cat <<\_ACEOF
2186-
R configure 4.5.0
2186+
R configure 4.6.0
21872187
generated by GNU Autoconf 2.72
21882188

21892189
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -3239,7 +3239,7 @@ cat >config.log <<_ACEOF
32393239
This file contains any messages produced by compilers while
32403240
running configure, to aid debugging if configure makes a mistake.
32413241

3242-
It was created by R $as_me 4.5.0, which was
3242+
It was created by R $as_me 4.6.0, which was
32433243
generated by GNU Autoconf 2.72. Invocation command line was
32443244

32453245
$ $0$ac_configure_args_raw
@@ -64611,7 +64611,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6461164611
# report actual input values of CONFIG_FILES etc. instead of their
6461264612
# values after options handling.
6461364613
ac_log="
64614-
This file was extended by R $as_me 4.5.0, which was
64614+
This file was extended by R $as_me 4.6.0, which was
6461564615
generated by GNU Autoconf 2.72. Invocation command line was
6461664616

6461764617
CONFIG_FILES = $CONFIG_FILES
@@ -64680,7 +64680,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
6468064680
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6468164681
ac_cs_config='$ac_cs_config_escaped'
6468264682
ac_cs_version="\\
64683-
R config.status 4.5.0
64683+
R config.status 4.6.0
6468464684
configured by $0, generated by GNU Autoconf 2.72,
6468564685
with options \\"\$ac_cs_config\\"
6468664686

0 commit comments

Comments
 (0)