From 183fcb425c46db5290a3937a694495f827ce1b7d Mon Sep 17 00:00:00 2001 From: Sean Parent Date: Fri, 19 Apr 2024 17:14:39 -0700 Subject: [PATCH] Update config.hpp.in Updating version for release. --- stlab/config.hpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stlab/config.hpp.in b/stlab/config.hpp.in index 09b39843..fa131ec5 100644 --- a/stlab/config.hpp.in +++ b/stlab/config.hpp.in @@ -8,7 +8,7 @@ #define STLAB_CONFIG_HPP // Release version macro - used for inline namespace increment on each release -#define STLAB_VERSION_NAMESPACE() v2 +#define STLAB_VERSION_NAMESPACE() v3 // Configuration generated from CMake