Skip to content

Commit

Permalink
Update ens_version.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Oct 7, 2023
1 parent 7a66328 commit 155c384
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions inst/include/ensmallen_bits/ens_version.hpp
Expand Up @@ -15,17 +15,17 @@
#define ENS_VERSION_MAJOR 2
// The minor version is two digits so regular numerical comparisons of versions
// work right. The first minor version of a release is always 10.
#define ENS_VERSION_MINOR 19
#define ENS_VERSION_PATCH 1
#define ENS_VERSION_MINOR 20
#define ENS_VERSION_PATCH 0
// If this is a release candidate, it will be reflected in the version name
// (i.e. the version name will be "RC1", "RC2", etc.). Otherwise the version
// name will typically be a seemingly arbitrary set of words that does not
// contain the capitalized string "RC".
#define ENS_VERSION_NAME "Eight Ball Deluxe"
#define ENS_VERSION_NAME "Stripped Bolt Head"
// Incorporate the date the version was released.
#define ENS_VERSION_YEAR "2023"
#define ENS_VERSION_MONTH "01"
#define ENS_VERSION_DAY "30"
#define ENS_VERSION_MONTH "10"
#define ENS_VERSION_DAY "02"

namespace ens {

Expand Down

0 comments on commit 155c384

Please sign in to comment.