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