From e9219736580518f0a9dc7eafeab596d84b7ff3c4 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Sat, 7 Sep 2019 11:14:01 -0400 Subject: [PATCH] Update and release version 2.10.0. --- include/ensmallen_bits/ens_version.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/ensmallen_bits/ens_version.hpp b/include/ensmallen_bits/ens_version.hpp index ec0c1e658..5843727ac 100644 --- a/include/ensmallen_bits/ens_version.hpp +++ b/include/ensmallen_bits/ens_version.hpp @@ -12,16 +12,16 @@ // This follows the Semantic Versioning pattern defined in https://semver.org/. -#define ENS_VERSION_MAJOR 1 +#define ENS_VERSION_MAJOR 2 // 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 2 +#define ENS_VERSION_MINOR 10 +#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 "Loud Alarm Clock" +#define ENS_VERSION_NAME "Fried Chicken" namespace ens {