From 12476da751632ac5e61511c90bb92dfb677eed15 Mon Sep 17 00:00:00 2001 From: greg7mdp Date: Sun, 23 Apr 2023 23:25:05 -0400 Subject: [PATCH] Bump version to 1.1.8 --- include/gtl/conanfile.py | 2 +- include/gtl/gtl_config.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gtl/conanfile.py b/include/gtl/conanfile.py index 547311c..9ad4c4b 100644 --- a/include/gtl/conanfile.py +++ b/include/gtl/conanfile.py @@ -6,7 +6,7 @@ class GtlConan(ConanFile): name = "gtl" - version = "1.1.7" + version = "1.1.8" description = "Greg's Template Library of useful classes" # Indicates License type of the packaged library diff --git a/include/gtl/gtl_config.hpp b/include/gtl/gtl_config.hpp index a916139..0cc9539 100644 --- a/include/gtl/gtl_config.hpp +++ b/include/gtl/gtl_config.hpp @@ -36,7 +36,7 @@ #define GTL_VERSION_MAJOR 1 #define GTL_VERSION_MINOR 1 -#define GTL_VERSION_PATCH 6 +#define GTL_VERSION_PATCH 8 // Included for the __GLIBC__ macro (or similar macros on other systems). #include