diff --git a/include/jlcxx/jlcxx_config.hpp b/include/jlcxx/jlcxx_config.hpp index e728d84..7b017a9 100644 --- a/include/jlcxx/jlcxx_config.hpp +++ b/include/jlcxx/jlcxx_config.hpp @@ -14,8 +14,8 @@ #endif #define JLCXX_VERSION_MAJOR 0 -#define JLCXX_VERSION_MINOR 11 -#define JLCXX_VERSION_PATCH 2 +#define JLCXX_VERSION_MINOR 12 +#define JLCXX_VERSION_PATCH 0 // From https://stackoverflow.com/questions/5459868/concatenate-int-to-string-using-c-preprocessor #define __JLCXX_STR_HELPER(x) #x