From 5f74ef8e5dbabc10dff6ef8cbd993533080ec839 Mon Sep 17 00:00:00 2001 From: conrad Date: Sat, 22 Jun 2024 12:47:35 +1000 Subject: [PATCH] mark as RC1 --- include/armadillo_bits/arma_version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/armadillo_bits/arma_version.hpp b/include/armadillo_bits/arma_version.hpp index e7bec3e6..54ea18ca 100644 --- a/include/armadillo_bits/arma_version.hpp +++ b/include/armadillo_bits/arma_version.hpp @@ -22,9 +22,9 @@ #define ARMA_VERSION_MAJOR 13 -#define ARMA_VERSION_MINOR 90 +#define ARMA_VERSION_MINOR 91 #define ARMA_VERSION_PATCH 0 -#define ARMA_VERSION_NAME "unstable - not for production use" +#define ARMA_VERSION_NAME "14.0-RC1"