From 305643a54f4ab8706c608ae158f09b5b669cf918 Mon Sep 17 00:00:00 2001 From: Bart Janssens Date: Thu, 12 Dec 2024 18:17:03 +0100 Subject: [PATCH] Set version to v0.13.3 --- 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 16636f5..6c1e4cd 100644 --- a/include/jlcxx/jlcxx_config.hpp +++ b/include/jlcxx/jlcxx_config.hpp @@ -16,7 +16,7 @@ #define JLCXX_VERSION_MAJOR 0 #define JLCXX_VERSION_MINOR 13 -#define JLCXX_VERSION_PATCH 2 +#define JLCXX_VERSION_PATCH 3 // From https://stackoverflow.com/questions/5459868/concatenate-int-to-string-using-c-preprocessor #define __JLCXX_STR_HELPER(x) #x