diff --git a/include/nifty/nifty_config.hxx b/include/nifty/nifty_config.hxx index 027ee497..fe9b556d 100644 --- a/include/nifty/nifty_config.hxx +++ b/include/nifty/nifty_config.hxx @@ -3,7 +3,7 @@ #define NIFTY_VERSION_MAJOR 1 #define NIFTY_VERSION_MINOR 2 -#define NIFTY_VERSION_PATCH 3 +#define NIFTY_VERSION_PATCH 4 // DETECT 3.6 <= clang < 3.8 for compiler bug workaround. // from https://github.com/QuantStack/xtensor/blob/master/include/xtensor/xtensor_config.hpp