Skip to content

Commit 6923823

Browse files
committed
Add jansson to version hash table
1 parent bd78326 commit 6923823

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

M2/Macaulay2/d/version.dd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ header "
6969
#ifdef HAVE_FPLLL
7070
#include <fplll.h>
7171
#endif
72+
73+
#include <jansson.h>
7274
";
7375

7476
header "
@@ -187,6 +189,7 @@ setupconst("version", Expr(toHashTable(Sequence(
187189
"ntl version" => Ccode(constcharstar,"NTL_VERSION"),
188190
"frobby version" => Ccode(constcharstar,"frobby_version"),
189191
"flint version" => Ccode(constcharstar,"FLINT_VERSION"),
192+
"jansson version" => Ccode(constcharstar, "JANSSON_VERSION"),
190193
"scscp version" => Ccode(constcharstar,"
191194
#ifdef HAVE_SCSCP
192195
stringize(SCSCP_VERSION_MAJOR) \".\" stringize(SCSCP_VERSION_MINOR) \".\" stringize(SCSCP_VERSION_PATCH)

0 commit comments

Comments
 (0)