We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd78326 commit 6923823Copy full SHA for 6923823
M2/Macaulay2/d/version.dd
@@ -69,6 +69,8 @@ header "
69
#ifdef HAVE_FPLLL
70
#include <fplll.h>
71
#endif
72
+
73
+ #include <jansson.h>
74
";
75
76
header "
@@ -187,6 +189,7 @@ setupconst("version", Expr(toHashTable(Sequence(
187
189
"ntl version" => Ccode(constcharstar,"NTL_VERSION"),
188
190
"frobby version" => Ccode(constcharstar,"frobby_version"),
191
"flint version" => Ccode(constcharstar,"FLINT_VERSION"),
192
+ "jansson version" => Ccode(constcharstar, "JANSSON_VERSION"),
193
"scscp version" => Ccode(constcharstar,"
194
#ifdef HAVE_SCSCP
195
stringize(SCSCP_VERSION_MAJOR) \".\" stringize(SCSCP_VERSION_MINOR) \".\" stringize(SCSCP_VERSION_PATCH)
0 commit comments