Skip to content

Commit 60f24e5

Browse files
author
Sebastian Gutsche
committed
Sane version number
1 parent fe97ace commit 60f24e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NormalizModule.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ static PyOS_sighandler_t current_interpreter_sigint_handler;
117117

118118
#ifndef NMZ_RELEASE
119119
static_assert(false,
120-
"Your Normaliz version (unknown) is to old! Update to 3.0.0 or newer.");
120+
"Your Normaliz version (unknown) is to old! Update to 3.2.0 or newer.");
121121
#endif
122-
#if NMZ_RELEASE < 30000
123-
static_assert(false, "Your Normaliz version is to old! Update to 3.0.0 or newer.");
122+
#if NMZ_RELEASE < 30300
123+
static_assert(false, "Your Normaliz version is to old! Update to 3.3.0 or newer.");
124124
#endif
125125

126126
/***************************************************************************

0 commit comments

Comments
 (0)