From 48886070845cccb676caaf9f41667c0492f8aecc Mon Sep 17 00:00:00 2001 From: Bart Janssens Date: Thu, 5 Oct 2023 22:24:34 +0200 Subject: [PATCH] Set version to v0.11.1 --- include/jlcxx/jlcxx_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/jlcxx/jlcxx_config.hpp b/include/jlcxx/jlcxx_config.hpp index f711d6d..6bb192a 100644 --- a/include/jlcxx/jlcxx_config.hpp +++ b/include/jlcxx/jlcxx_config.hpp @@ -15,7 +15,7 @@ #define JLCXX_VERSION_MAJOR 0 #define JLCXX_VERSION_MINOR 11 -#define JLCXX_VERSION_PATCH 0 +#define JLCXX_VERSION_PATCH 1 // From https://stackoverflow.com/questions/5459868/concatenate-int-to-string-using-c-preprocessor #define __JLCXX_STR_HELPER(x) #x