Skip to content

Commit

Permalink
Update and release version 2.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Sep 11, 2019
1 parent ef91cd7 commit a3e9ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ensmallen_bits/ens_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

// This follows the Semantic Versioning pattern defined in https://semver.org/.

#define ENS_VERSION_MAJOR 1
#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 12
#define ENS_VERSION_MINOR 10
#define ENS_VERSION_PATCH 1
// 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
Expand Down

0 comments on commit a3e9ab6

Please sign in to comment.