Skip to content

Commit

Permalink
go to 4.1.0 devel
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@78078 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
pd committed Mar 26, 2020
1 parent 0915452 commit d104709
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
4.0.0 Under development (unstable)
4.1.0 Under development (unstable)
18 changes: 9 additions & 9 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for R 4.0.0.
# Generated by GNU Autoconf 2.69 for R 4.1.0.
#
# Report bugs to <https://bugs.r-project.org>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='R'
PACKAGE_TARNAME='R'
PACKAGE_VERSION='4.0.0'
PACKAGE_STRING='R 4.0.0'
PACKAGE_VERSION='4.1.0'
PACKAGE_STRING='R 4.1.0'
PACKAGE_BUGREPORT='https://bugs.r-project.org'
PACKAGE_URL='https://www.r-project.org'

Expand Down Expand Up @@ -1684,7 +1684,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures R 4.0.0 to adapt to many kinds of systems.
\`configure' configures R 4.1.0 to adapt to many kinds of systems.

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

Expand Down Expand Up @@ -1759,7 +1759,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of R 4.0.0:";;
short | recursive ) echo "Configuration of R 4.1.0:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -2029,7 +2029,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
R configure 4.0.0
R configure 4.1.0
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -3097,7 +3097,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by R $as_me 4.0.0, which was
It was created by R $as_me 4.1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -49675,7 +49675,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by R $as_me 4.0.0, which was
This file was extended by R $as_me 4.1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -49742,7 +49742,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
R config.status 4.0.0
R config.status 4.1.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down

0 comments on commit d104709

Please sign in to comment.