Skip to content

Commit 3159f21

Browse files
include file for 1.3.x
1 parent 8936b7f commit 3159f21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/LAGraph.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
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 "Sept 8, 2025"
40+
#define LAGRAPH_DATE "FIXME, 2025"
4141
#define LAGRAPH_VERSION_MAJOR 1
42-
#define LAGRAPH_VERSION_MINOR 2
43-
#define LAGRAPH_VERSION_UPDATE 1
42+
#define LAGRAPH_VERSION_MINOR 3
43+
#define LAGRAPH_VERSION_UPDATE 0
4444

4545
//==============================================================================
4646
// include files and helper macros

0 commit comments

Comments
 (0)