Skip to content

Commit

Permalink
Roll micro version and date, update NEWS for recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Sep 17, 2024
1 parent f12f1ed commit b5f358a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-09-17 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Roll micro version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

2024-09-12 Iñaki Ucar <iucar@fedoraproject.org>

* vignettes/.gitignore: Refinement to ignore more files under rmd/
Expand All @@ -10,7 +15,7 @@

2024-08-28 Dirk Eddelbuettel <edd@debian.org>

* R/Rcpp.package.skeleton.R: Create DESCRIPTION with Auhors@R fiel
* R/Rcpp.package.skeleton.R: Create DESCRIPTION with Auhors@R file
* inst/tinytest/test_rcpp_package_skeleton.R: Adjust tests

2024-08-20 Dirk Eddelbuettel <edd@debian.org>
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Rcpp
Title: Seamless R and C++ Integration
Version: 1.0.13.1
Date: 2024-07-24
Version: 1.0.13.2
Date: 2024-09-17
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Romain", "Francois", role = "aut",
Expand Down
8 changes: 8 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
\ghpr{1314} fixing \ghit{1313})
\item The \code{SET_TYPEOF} function and macro is no longer used (Kevin in
\ghpr{1315} fixing \ghit{1312})
\item The Rcpp Modules vignette was extended slightly following
\ghit{1322}
\item One unit tests for arm64 macOS has been adjusted; a macOS
continuous integration runner was added
\item Authors@R is now used in DESCRIPTION as mandated by CRAN, the
\code{Rcpp.package.skeleton()} function also creates it
\item The pdf vignettes have been regenerated under Ghostscript 10.03.1
to avoid a false positive by a Windows virus scanner (Iñaki in \ghpr{1331})
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions inst/include/Rcpp/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define RCPP_VERSION_STRING "1.0.13"

// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
#define RCPP_DEV_VERSION RcppDevVersion(1,0,13,1)
#define RCPP_DEV_VERSION_STRING "1.0.13.1"
#define RCPP_DEV_VERSION RcppDevVersion(1,0,13,2)
#define RCPP_DEV_VERSION_STRING "1.0.13.2"

#endif

0 comments on commit b5f358a

Please sign in to comment.