File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
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 "Aug 20, 2024 " )
42+ set ( LAGraph_DATE "Feb 20, 2025 " )
4343set ( LAGraph_VERSION_MAJOR 1 CACHE STRING "" FORCE )
4444set ( LAGraph_VERSION_MINOR 1 CACHE STRING "" FORCE )
45- set ( LAGraph_VERSION_SUB 4 CACHE STRING "" FORCE )
45+ set ( LAGraph_VERSION_SUB 5 CACHE STRING "" FORCE )
4646
4747message ( STATUS "Building LAGraph version: v"
4848 ${LAGraph_VERSION_MAJOR} .
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 "Aug 20, 2024 "
40+ #define LAGRAPH_DATE "Feb 20, 2025 "
4141#define LAGRAPH_VERSION_MAJOR 1
4242#define LAGRAPH_VERSION_MINOR 1
43- #define LAGRAPH_VERSION_UPDATE 4
43+ #define LAGRAPH_VERSION_UPDATE 5
4444
4545//==============================================================================
4646// include files and helper macros
You can’t perform that action at this time.
0 commit comments