Skip to content

Commit 81ef549

Browse files
author
pd
committed
go to 4.5.0 devel
git-svn-id: https://svn.r-project.org/R/trunk@86209 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 723222c commit 81ef549

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4.0 Under development (unstable)
1+
4.5.0 Under development (unstable)

configure

+9-9
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.4.0.
3+
# Generated by GNU Autoconf 2.72 for R 4.5.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.4.0'
618-
PACKAGE_STRING='R 4.4.0'
617+
PACKAGE_VERSION='4.5.0'
618+
PACKAGE_STRING='R 4.5.0'
619619
PACKAGE_BUGREPORT='https://bugs.r-project.org'
620620
PACKAGE_URL='https://www.r-project.org'
621621

@@ -1766,7 +1766,7 @@ if test "$ac_init_help" = "long"; then
17661766
# Omit some internal or obsolete options to make the list less imposing.
17671767
# This message is too long to be a string in the A/UX 3.1 sh.
17681768
cat <<_ACEOF
1769-
'configure' configures R 4.4.0 to adapt to many kinds of systems.
1769+
'configure' configures R 4.5.0 to adapt to many kinds of systems.
17701770

17711771
Usage: $0 [OPTION]... [VAR=VALUE]...
17721772

@@ -1842,7 +1842,7 @@ fi
18421842

18431843
if test -n "$ac_init_help"; then
18441844
case $ac_init_help in
1845-
short | recursive ) echo "Configuration of R 4.4.0:";;
1845+
short | recursive ) echo "Configuration of R 4.5.0:";;
18461846
esac
18471847
cat <<\_ACEOF
18481848

@@ -2151,7 +2151,7 @@ fi
21512151
test -n "$ac_init_help" && exit $ac_status
21522152
if $ac_init_version; then
21532153
cat <<\_ACEOF
2154-
R configure 4.4.0
2154+
R configure 4.5.0
21552155
generated by GNU Autoconf 2.72
21562156

21572157
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -3207,7 +3207,7 @@ cat >config.log <<_ACEOF
32073207
This file contains any messages produced by compilers while
32083208
running configure, to aid debugging if configure makes a mistake.
32093209

3210-
It was created by R $as_me 4.4.0, which was
3210+
It was created by R $as_me 4.5.0, which was
32113211
generated by GNU Autoconf 2.72. Invocation command line was
32123212

32133213
$ $0$ac_configure_args_raw
@@ -60957,7 +60957,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6095760957
# report actual input values of CONFIG_FILES etc. instead of their
6095860958
# values after options handling.
6095960959
ac_log="
60960-
This file was extended by R $as_me 4.4.0, which was
60960+
This file was extended by R $as_me 4.5.0, which was
6096160961
generated by GNU Autoconf 2.72. Invocation command line was
6096260962

6096360963
CONFIG_FILES = $CONFIG_FILES
@@ -61026,7 +61026,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
6102661026
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6102761027
ac_cs_config='$ac_cs_config_escaped'
6102861028
ac_cs_version="\\
61029-
R config.status 4.4.0
61029+
R config.status 4.5.0
6103061030
configured by $0, generated by GNU Autoconf 2.72,
6103161031
with options \\"\$ac_cs_config\\"
6103261032

0 commit comments

Comments
 (0)