Skip to content

Commit 155c384

Browse files
authored
Update ens_version.hpp
1 parent 7a66328 commit 155c384

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

inst/include/ensmallen_bits/ens_version.hpp

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

3030
namespace ens {
3131

0 commit comments

Comments
 (0)