Skip to content

Commit

Permalink
Clarify RC versioning for #29.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Oct 18, 2018
1 parent 51dbf63 commit f0fb8a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/ensmallen_bits/ens_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
// The minor version is two digits so regular numerical comparisons of versions
// work right.
#define ENS_VERSION_MINOR 00
// Release candidates may have patch versions "RC<X>", i.e., RC0, RC1, and so
// forth.
#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 "development"

namespace ens {
Expand Down

0 comments on commit f0fb8a5

Please sign in to comment.