Skip to content

Commit 394c439

Browse files
committed
Update the version information...
1 parent efdf457 commit 394c439

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ about once a month.
3131

3232
James Balamuta and Dirk Eddelbuettel
3333

34+
## Citing the `RcppEnsmallen` package
35+
36+
To ensure future development of the package, please cite `RcppEnsmallen` package
37+
if used during an analysis or simulation study. Citation information for
38+
the package may be acquired by using in *R*:
39+
40+
``` r
41+
citation("RcppEnsmallen")
42+
```
43+
3444
### License
3545

3646
GPL (>= 2)

inst/include/ensmallen_bits/ens_version.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
#define ENS_VERSION_MAJOR 2
1616
// The minor version is two digits so regular numerical comparisons of versions
1717
// work right. The first minor version of a release is always 10.
18-
#define ENS_VERSION_MINOR 20
18+
#define ENS_VERSION_MINOR 21
1919
#define ENS_VERSION_PATCH 0
2020
// If this is a release candidate, it will be reflected in the version name
2121
// (i.e. the version name will be "RC1", "RC2", etc.). Otherwise the version
2222
// name will typically be a seemingly arbitrary set of words that does not
2323
// contain the capitalized string "RC".
24-
#define ENS_VERSION_NAME "Stripped Bolt Head"
24+
#define ENS_VERSION_NAME "Bent Antenna"
2525
// Incorporate the date the version was released.
2626
#define ENS_VERSION_YEAR "2023"
27-
#define ENS_VERSION_MONTH "10"
28-
#define ENS_VERSION_DAY "02"
27+
#define ENS_VERSION_MONTH "11"
28+
#define ENS_VERSION_DAY "23"
2929

3030
namespace ens {
3131

0 commit comments

Comments
 (0)