From ffdaf15132a83fbc27f5b692c8418fae08927121 Mon Sep 17 00:00:00 2001 From: Alexander Wittig Date: Wed, 16 Apr 2025 13:11:43 +0100 Subject: [PATCH] Fix DACE version check in C++ interface --- interfaces/cxx/include/dace/DA.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/cxx/include/dace/DA.h b/interfaces/cxx/include/dace/DA.h index ddb206e..6bbf723 100644 --- a/interfaces/cxx/include/dace/DA.h +++ b/interfaces/cxx/include/dace/DA.h @@ -31,7 +31,7 @@ // DACE C++ interface version (must match the version returned by DACEVER) #define DACE_CPP_MAJOR (2) -#define DACE_CPP_MINOR (0) +#define DACE_CPP_MINOR (1) // C++ stdlib classes used in this public interface #include