From ddeb8aa8643032a9403424079353502ffa3dde8c Mon Sep 17 00:00:00 2001 From: Constantin Pape Date: Sat, 3 May 2025 21:11:58 +0200 Subject: [PATCH] Bump the version to 1.2.4 --- include/nifty/nifty_config.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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