File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
inst/include/ensmallen_bits Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 19
19- #define ENS_VERSION_PATCH 1
18+ #define ENS_VERSION_MINOR 20
19+ #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 " Eight Ball Deluxe "
24+ #define ENS_VERSION_NAME " Stripped Bolt Head "
2525// Incorporate the date the version was released.
2626#define ENS_VERSION_YEAR " 2023"
27- #define ENS_VERSION_MONTH " 01 "
28- #define ENS_VERSION_DAY " 30 "
27+ #define ENS_VERSION_MONTH " 10 "
28+ #define ENS_VERSION_DAY " 02 "
2929
3030namespace ens {
3131
You can’t perform that action at this time.
0 commit comments