From fd51ff1a5172bbd8cfecf3a909184c0be73c8800 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Mon, 12 Aug 2019 14:07:42 -0400 Subject: [PATCH] Update and release version 1.16.2. --- include/ensmallen_bits/ens_version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ensmallen_bits/ens_version.hpp b/include/ensmallen_bits/ens_version.hpp index 56b7b2a6b..ec0c1e658 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 16 -#define ENS_VERSION_PATCH 1 +#define ENS_VERSION_PATCH 2 // 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