Skip to content

Commit 6ef4130

Browse files
committed
Manually update version information.
1 parent b63e59e commit 6ef4130

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

inst/include/ensmallen_bits/ens_version.hpp

Lines changed: 6 additions & 6 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 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

3030
namespace 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;

0 commit comments

Comments
 (0)