File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
inst/include/ensmallen_bits Expand file tree Collapse file tree 1 file changed +6
-6
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 14
19- #define ENS_VERSION_PATCH 2
18+ #define ENS_VERSION_MINOR 15
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 " No Direction Home "
24+ #define ENS_VERSION_NAME " Why Can't I Manage To Grow Any Plants? "
2525// Incorporate the date the version was released.
2626#define ENS_VERSION_YEAR " 2020"
27- #define ENS_VERSION_MONTH " 09 "
28- #define ENS_VERSION_DAY " 05 "
27+ #define ENS_VERSION_MONTH " 11 "
28+ #define ENS_VERSION_DAY " 03 "
2929
3030namespace ens {
3131
@@ -45,7 +45,7 @@ struct version
4545
4646 return ss.str ();
4747 }
48-
48+
4949 static inline std::string date ()
5050 {
5151 std::stringstream ss;
You can’t perform that action at this time.
0 commit comments