Skip to content

Commit

Permalink
Export GAP_KERNEL_API_VERSION in GAPInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Sep 4, 2018
1 parent d1b62ac commit 84d38cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,9 @@ Obj FuncKERNEL_INFO(Obj self) {
tmp = MakeImmString( SyKernelVersion );
r = RNamName("KERNEL_VERSION");
AssPRec(res,r,tmp);
tmp = INTOBJ_INT( GAP_KERNEL_API_VERSION );
r = RNamName("KERNEL_API_VERSION");
AssPRec(res,r,tmp);
tmp = MakeImmString( SyBuildVersion );
r = RNamName("BUILD_VERSION");
AssPRec(res,r,tmp);
Expand Down

0 comments on commit 84d38cb

Please sign in to comment.