Skip to content

Commit 85a48e5

Browse files
authored
Merge pull request #64 from abgandar/master
Fix DACE version check in C++ interface
2 parents 9a2d22a + ffdaf15 commit 85a48e5

File tree

1 file changed

+1
-1
lines changed
  • interfaces/cxx/include/dace

1 file changed

+1
-1
lines changed

interfaces/cxx/include/dace/DA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
// DACE C++ interface version (must match the version returned by DACEVER)
3333
#define DACE_CPP_MAJOR (2)
34-
#define DACE_CPP_MINOR (0)
34+
#define DACE_CPP_MINOR (1)
3535

3636
// C++ stdlib classes used in this public interface
3737
#include <iostream>

0 commit comments

Comments
 (0)