Skip to content

Commit

Permalink
LAGraph 1.1.0: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 28, 2023
1 parent a8d8a0d commit a33abc7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions LAGraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ cmake_policy ( SET CMP0048 NEW )
set ( CMAKE_MACOSX_RPATH TRUE )

# version of LAGraph
set ( LAGraph_DATE "Aug 2, 2023" )
set ( LAGraph_DATE "Dec 30, 2023" )
set ( LAGraph_VERSION_MAJOR 1 CACHE STRING "" FORCE )
set ( LAGraph_VERSION_MINOR 0 CACHE STRING "" FORCE )
set ( LAGraph_VERSION_SUB 2 CACHE STRING "" FORCE )
set ( LAGraph_VERSION_MINOR 1 CACHE STRING "" FORCE )
set ( LAGraph_VERSION_SUB 0 CACHE STRING "" FORCE )

#-------------------------------------------------------------------------------
# define the project
Expand Down Expand Up @@ -146,7 +146,7 @@ else ( )
message ( STATUS "GraphBLAS_ROOT: ${GraphBLAS_ROOT} $ENV{GraphBLAS_ROOT}" )
message ( STATUS "GRAPHBLAS_ROOT: ${GRAPHBLAS_ROOT} $ENV{GRAPHBLAS_ROOT}" )

find_package ( GraphBLAS 8.2.1 MODULE REQUIRED )
find_package ( GraphBLAS 8.3.0 MODULE REQUIRED )

endif ( )

Expand Down
6 changes: 3 additions & 3 deletions LAGraph/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 1.0.3: IN PROGRESS
Dec 30, 2023: version 1.1.0

* cmake build system: revised to work in SuiteSparse, and port to 32-bit
platforms
* major change to build system: by Markus Mützel
* port: to 32-bit systems

Version 1.0.2: Aug 2, 2023

Expand Down
6 changes: 3 additions & 3 deletions LAGraph/include/LAGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
// See also the LAGraph_Version utility method, which returns these values.
// These definitions are derived from LAGraph/CMakeLists.txt.

#define LAGRAPH_DATE "Aug 2, 2023"
#define LAGRAPH_DATE "FIXME:DATE, 2023"
#define LAGRAPH_VERSION_MAJOR 1
#define LAGRAPH_VERSION_MINOR 0
#define LAGRAPH_VERSION_UPDATE 2
#define LAGRAPH_VERSION_MINOR 1
#define LAGRAPH_VERSION_UPDATE 0

//==============================================================================
// include files and helper macros
Expand Down

0 comments on commit a33abc7

Please sign in to comment.