From 7f19491b8899330ebdabd25e96c551ab84722517 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 28 Nov 2018 13:22:08 -0500 Subject: [PATCH] Update and release version 1.11.0. --- include/ensmallen_bits/ens_version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ensmallen_bits/ens_version.hpp b/include/ensmallen_bits/ens_version.hpp index d90840da0..8020fec0f 100644 --- a/include/ensmallen_bits/ens_version.hpp +++ b/include/ensmallen_bits/ens_version.hpp @@ -15,13 +15,13 @@ #define ENS_VERSION_MAJOR 1 // 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 10 +#define ENS_VERSION_MINOR 11 #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 "Corporate Catabolism" +#define ENS_VERSION_NAME "Jet Lag" namespace ens {