From ff7f311dee827d5ed6e449d2c6f428f5315aa484 Mon Sep 17 00:00:00 2001 From: greg7mdp Date: Fri, 23 Sep 2022 14:11:00 -0400 Subject: [PATCH] update version in gtl_config.hpp to 1.1.4 --- include/gtl/gtl_config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gtl/gtl_config.hpp b/include/gtl/gtl_config.hpp index 96c67b0..d528ea4 100644 --- a/include/gtl/gtl_config.hpp +++ b/include/gtl/gtl_config.hpp @@ -35,8 +35,8 @@ // --------------------------------------------------------------------------- #define GTL_VERSION_MAJOR 1 -#define GTL_VERSION_MINOR 0 -#define GTL_VERSION_PATCH 0 +#define GTL_VERSION_MINOR 1 +#define GTL_VERSION_PATCH 4 // Included for the __GLIBC__ macro (or similar macros on other systems). #include