Skip to content

Commit 50c0a64

Browse files
Merge pull request DrTimothyAldenDavis#721 from DrTimothyAldenDavis/dev2
docs and date for SuiteSparse 7.5.0 (expected release: Jan 10, 2024)
2 parents d5582da + 9dc7ff7 commit 50c0a64

File tree

81 files changed

+272
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+272
-272
lines changed

AMD/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
cmake_minimum_required ( VERSION 3.22 )
1414

15-
set ( AMD_DATE "Jan XX, 2024" ) # FIXME for 7.5.0
15+
set ( AMD_DATE "Jan 10, 2024" )
1616
set ( AMD_VERSION_MAJOR 3 CACHE STRING "" FORCE )
1717
set ( AMD_VERSION_MINOR 3 CACHE STRING "" FORCE )
1818
set ( AMD_VERSION_SUB 1 CACHE STRING "" FORCE )

AMD/Doc/AMD_UserGuide.pdf

-13.8 KB
Binary file not shown.

AMD/Doc/ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Jan XX, 2024: version 3.3.1 FIXME for 7.5.0
1+
Jan 10, 2024: version 3.3.1
22

33
* minor updates to build system
44

AMD/Doc/amd_version.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
% version of SuiteSparse/AMD
2-
\date{VERSION 3.3.1, Jan XX, 2024}
2+
\date{VERSION 3.3.1, Jan 10, 2024}

AMD/Include/amd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ void amd_version (int version [3]) ;
382382
* Versions 1.1 and earlier of AMD do not include a #define'd version number.
383383
*/
384384

385-
#define AMD_DATE "Jan XX, 2024"
385+
#define AMD_DATE "Jan 10, 2024"
386386
#define AMD_MAIN_VERSION 3
387387
#define AMD_SUB_VERSION 3
388388
#define AMD_SUBSUB_VERSION 1

BTF/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
cmake_minimum_required ( VERSION 3.22 )
1414

15-
set ( BTF_DATE "Jan XX, 2024" ) # FIXME for 7.5.0
15+
set ( BTF_DATE "Jan 10, 2024" )
1616
set ( BTF_VERSION_MAJOR 2 CACHE STRING "" FORCE )
1717
set ( BTF_VERSION_MINOR 3 CACHE STRING "" FORCE )
1818
set ( BTF_VERSION_SUB 1 CACHE STRING "" FORCE )

BTF/Doc/ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Jan XX, 2024: version 2.3.1 FIXME for 7.5.0
1+
Jan 10, 2024: version 2.3.1
22

33
* minor updates to build system
44

BTF/Include/btf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ void btf_version (int version [3]) ;
264264
* #endif
265265
*/
266266

267-
#define BTF_DATE "Jan XX, 2024"
267+
#define BTF_DATE "Jan 10, 2024"
268268
#define BTF_MAIN_VERSION 2
269269
#define BTF_SUB_VERSION 3
270270
#define BTF_SUBSUB_VERSION 1

CAMD/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
cmake_minimum_required ( VERSION 3.22 )
1313

14-
set ( CAMD_DATE "Jan XX, 2024" ) # FIXME for 7.5.0
14+
set ( CAMD_DATE "Jan 10, 2024" )
1515
set ( CAMD_VERSION_MAJOR 3 CACHE STRING "" FORCE )
1616
set ( CAMD_VERSION_MINOR 3 CACHE STRING "" FORCE )
1717
set ( CAMD_VERSION_SUB 1 CACHE STRING "" FORCE )

CAMD/Doc/CAMD_UserGuide.pdf

-13.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)