Skip to content

Commit

Permalink
Update and release version 2.11.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Mar 12, 2020
1 parent ef02b18 commit a174206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -108,8 +108,8 @@ $ cd ensmallen

# - or -

$ wget http://ensmallen.org/files/ensmallen-2.11.4.tar.gz
$ tar -xvzpf ensmallen-2.11.4.tar.gz
$ wget http://ensmallen.org/files/ensmallen-2.11.5.tar.gz
$ tar -xvzpf ensmallen-2.11.5.tar.gz
$ cd ensmallen-latest
```

Expand Down
2 changes: 1 addition & 1 deletion include/ensmallen_bits/ens_version.hpp
Expand Up @@ -16,7 +16,7 @@
// 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 11
#define ENS_VERSION_PATCH 4
#define ENS_VERSION_PATCH 5
// 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
Expand Down

0 comments on commit a174206

Please sign in to comment.