From 794812af6d62d4786a2ec7964e5d8f1c297c4e03 Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 6 Dec 2024 11:25:13 +1000 Subject: [PATCH] patch bump --- include/armadillo_bits/arma_version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/armadillo_bits/arma_version.hpp b/include/armadillo_bits/arma_version.hpp index 875a7944..8b0158db 100644 --- a/include/armadillo_bits/arma_version.hpp +++ b/include/armadillo_bits/arma_version.hpp @@ -23,7 +23,7 @@ #define ARMA_VERSION_MAJOR 14 #define ARMA_VERSION_MINOR 2 -#define ARMA_VERSION_PATCH 1 +#define ARMA_VERSION_PATCH 2 #define ARMA_VERSION_NAME "Smooth Caffeine"