Skip to content

Commit 75a1ab3

Browse files
committed
Update to v6.1.1
1 parent 2f36dc2 commit 75a1ab3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

suitesparse_graphblas/suitesparse_graphblas.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ typedef enum
122122
GxB_API_DATE = 17,
123123
GxB_API_ABOUT = 18,
124124
GxB_API_URL = 19,
125+
GxB_COMPILER_VERSION = 23,
126+
GxB_COMPILER_NAME = 24,
125127
GxB_GLOBAL_NTHREADS = 5,
126128
GxB_GLOBAL_CHUNK = 7,
127129
GxB_BURBLE = 99,

suitesparse_graphblas/suitesparse_graphblas_no_complex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ typedef enum
120120
GxB_API_DATE = 17,
121121
GxB_API_ABOUT = 18,
122122
GxB_API_URL = 19,
123+
GxB_COMPILER_VERSION = 23,
124+
GxB_COMPILER_NAME = 24,
123125
GxB_GLOBAL_NTHREADS = 5,
124126
GxB_GLOBAL_CHUNK = 7,
125127
GxB_BURBLE = 99,

0 commit comments

Comments
 (0)