Skip to content

Commit

Permalink
sync with dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 28, 2023
1 parent b97fe7f commit af277da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SPQR/Include/SuiteSparseQR_definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
#endif
*/

#define SPQR_DATE "Oct 23, 2023"
#define SPQR_DATE "Dec 30, 2023"
#define SPQR_MAIN_VERSION 4
#define SPQR_SUB_VERSION 2
#define SPQR_SUBSUB_VERSION 2
#define SPQR_SUB_VERSION 3
#define SPQR_SUBSUB_VERSION 0

#define SPQR_VER_CODE(main,sub) ((main) * 1000 + (sub))
#define SPQR_VERSION SPQR_VER_CODE(SPQR_MAIN_VERSION,SPQR_SUB_VERSION)
Expand Down

0 comments on commit af277da

Please sign in to comment.