Skip to content

Commit 4d9481e

Browse files
target date for v1.2 revised
1 parent 1fa989f commit 4d9481e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
cmake_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" )
4343
set ( LAGraph_VERSION_MAJOR 1 CACHE STRING "" FORCE )
4444
set ( LAGraph_VERSION_MINOR 2 CACHE STRING "" FORCE )
4545
set ( LAGraph_VERSION_SUB 0 CACHE STRING "" FORCE )

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

include/LAGraph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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

0 commit comments

Comments
 (0)