Skip to content

Commit 5413ab9

Browse files
committed
Roll micro-release and date to 0.3.4.0.2-1
As this is independent of the ongoing 0.3.5.0 work
1 parent 6108a3a commit 5413ab9

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-12-29 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION: Roll micro release and date
4+
15
2025-12-28 Dirk Eddelbuettel <[email protected]>
26

37
* configure.ac: Detect OpenMP compile and link options

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: RcppEigen
22
Type: Package
33
Title: 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library
4-
Version: 0.4.9.8-0
5-
Date: 2025-12-28
4+
Version: 0.3.4.0.2-1
5+
Date: 2025-12-29
66
Authors@R: c(person("Doug", "Bates", role = "aut",
77
comment = c(ORCID = "0000-0001-8316-9503")),
88
person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",

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 RcppEigen 0.4.9.9.9-0.
3+
# Generated by GNU Autoconf 2.72 for RcppEigen 0.3.4.0.2-1.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -603,8 +603,8 @@ MAKEFLAGS=
603603
# Identity of this package.
604604
PACKAGE_NAME='RcppEigen'
605605
PACKAGE_TARNAME='rcppeigen'
606-
PACKAGE_VERSION='0.4.9.9.9-0'
607-
PACKAGE_STRING='RcppEigen 0.4.9.9.9-0'
606+
PACKAGE_VERSION='0.3.4.0.2-1'
607+
PACKAGE_STRING='RcppEigen 0.3.4.0.2-1'
608608
PACKAGE_BUGREPORT='[email protected]'
609609
PACKAGE_URL=''
610610

@@ -1222,7 +1222,7 @@ if test "$ac_init_help" = "long"; then
12221222
# Omit some internal or obsolete options to make the list less imposing.
12231223
# This message is too long to be a string in the A/UX 3.1 sh.
12241224
cat <<_ACEOF
1225-
'configure' configures RcppEigen 0.4.9.9.9-0 to adapt to many kinds of systems.
1225+
'configure' configures RcppEigen 0.3.4.0.2-1 to adapt to many kinds of systems.
12261226
12271227
Usage: $0 [OPTION]... [VAR=VALUE]...
12281228
@@ -1284,7 +1284,7 @@ fi
12841284

12851285
if test -n "$ac_init_help"; then
12861286
case $ac_init_help in
1287-
short | recursive ) echo "Configuration of RcppEigen 0.4.9.9.9-0:";;
1287+
short | recursive ) echo "Configuration of RcppEigen 0.3.4.0.2-1:";;
12881288
esac
12891289
cat <<\_ACEOF
12901290
@@ -1365,7 +1365,7 @@ fi
13651365
test -n "$ac_init_help" && exit $ac_status
13661366
if $ac_init_version; then
13671367
cat <<\_ACEOF
1368-
RcppEigen configure 0.4.9.9.9-0
1368+
RcppEigen configure 0.3.4.0.2-1
13691369
generated by GNU Autoconf 2.72
13701370
13711371
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1481,7 +1481,7 @@ cat >config.log <<_ACEOF
14811481
This file contains any messages produced by compilers while
14821482
running configure, to aid debugging if configure makes a mistake.
14831483
1484-
It was created by RcppEigen $as_me 0.4.9.9.9-0, which was
1484+
It was created by RcppEigen $as_me 0.3.4.0.2-1, which was
14851485
generated by GNU Autoconf 2.72. Invocation command line was
14861486
14871487
$ $0$ac_configure_args_raw
@@ -3941,7 +3941,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
39413941
# report actual input values of CONFIG_FILES etc. instead of their
39423942
# values after options handling.
39433943
ac_log="
3944-
This file was extended by RcppEigen $as_me 0.4.9.9.9-0, which was
3944+
This file was extended by RcppEigen $as_me 0.3.4.0.2-1, which was
39453945
generated by GNU Autoconf 2.72. Invocation command line was
39463946
39473947
CONFIG_FILES = $CONFIG_FILES
@@ -3996,7 +3996,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
39963996
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
39973997
ac_cs_config='$ac_cs_config_escaped'
39983998
ac_cs_version="\\
3999-
RcppEigen config.status 0.4.9.9.9-0
3999+
RcppEigen config.status 0.3.4.0.2-1
40004000
configured by $0, generated by GNU Autoconf 2.72,
40014001
with options \\"\$ac_cs_config\\"
40024002

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
AC_PREREQ([2.69])
1616

1717
## Process this file with autoconf to produce a configure script.
18-
AC_INIT([RcppEigen],[0.4.9.9.9-0],[[email protected]])
18+
AC_INIT([RcppEigen],[0.3.4.0.2-1],[[email protected]])
1919

2020
## Set R_HOME, respecting an environment variable if one is set
2121
: ${R_HOME=$(R RHOME)}

0 commit comments

Comments
 (0)