From a5891f11a262abc9741145f6103d46cc02f85e25 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 19 Feb 2020 17:08:04 -0500 Subject: [PATCH] Update and release version 2.11.3. --- CONTRIBUTING.md | 4 ++-- include/ensmallen_bits/ens_version.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 119a10314..dcedbea76 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,8 +108,8 @@ $ cd ensmallen # - or - -$ wget http://ensmallen.org/files/ensmallen-2.11.2.tar.gz -$ tar -xvzpf ensmallen-2.11.2.tar.gz +$ wget http://ensmallen.org/files/ensmallen-2.11.3.tar.gz +$ tar -xvzpf ensmallen-2.11.3.tar.gz $ cd ensmallen-latest ``` diff --git a/include/ensmallen_bits/ens_version.hpp b/include/ensmallen_bits/ens_version.hpp index f8c45a094..403bfa820 100644 --- a/include/ensmallen_bits/ens_version.hpp +++ b/include/ensmallen_bits/ens_version.hpp @@ -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 2 +#define ENS_VERSION_PATCH 3 // 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