Skip to content

Commit

Permalink
Update and release version 1.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Aug 9, 2019
1 parent 89bf405 commit b46986d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/ensmallen_bits/ens_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
#define ENS_VERSION_MAJOR 1
// 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 15
#define ENS_VERSION_PATCH 1
#define ENS_VERSION_MINOR 16
#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 "Wrong Side Of The Road"
#define ENS_VERSION_NAME "Loud Alarm Clock"

namespace ens {

Expand Down

0 comments on commit b46986d

Please sign in to comment.