File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939cmake_minimum_required ( VERSION 3.20 ) # LAGraph can be built stand-alone
4040
4141# version of LAGraph
42- set ( LAGraph_DATE "June 1 , 2025" )
42+ set ( LAGraph_DATE "July 25 , 2025" )
4343set ( LAGraph_VERSION_MAJOR 1 CACHE STRING "" FORCE )
4444set ( LAGraph_VERSION_MINOR 2 CACHE STRING "" FORCE )
4545set ( LAGraph_VERSION_SUB 0 CACHE STRING "" FORCE )
Original file line number Diff line number Diff line change 1- June 1 , 2025: version 1.2.0
1+ July 25 , 2025: version 1.2.0
22
33 * v2.1 C API: using the new GrB_get/set methods in the C API;
44 LAGraph can now use a "vanilla" GraphBLAS that supports the v2.1
Original file line number Diff line number Diff line change 3737// See also the LAGraph_Version utility method, which returns these values.
3838// These definitions are derived from LAGraph/CMakeLists.txt.
3939
40- #define LAGRAPH_DATE "June 1 , 2025"
40+ #define LAGRAPH_DATE "July 25 , 2025"
4141#define LAGRAPH_VERSION_MAJOR 1
4242#define LAGRAPH_VERSION_MINOR 2
4343#define LAGRAPH_VERSION_UPDATE 0
You can’t perform that action at this time.
0 commit comments