Mar 22, 2024: version 3.3.3

    * minor updates to build system

Jan 20, 2024: version 3.3.2

    * minor updates to build system

Jan 10, 2024: version 3.3.1

    * minor updates to build system

Dec 30, 2023: version 3.3.0

    * major change to build system: by Markus Mützel
    * ccolamd_version: added to return version of CCOLAMD

Sept 18, 2023: version 3.2.1

    * cmake update: add "None" build type, from Antonio Rojas, for Arch Linux

Sept 8, 2023: version 3.2.0

    * cmake updates: SuiteSparse:: namespace by Markus Muetzel

June 16, 2023: version 3.0.4

    * cmake build system updates: update by Markus Muetzel

Jan 17, 2023: version 3.0.3

    * SuiteSparse_config: now v7.0.0

Dec 9, 2022: version 3.0.2

    * minor change to build system

Nov 12, 2022: version 3.0.0

    * using CMake build system
    * integers: int (32-bit) and SuiteSparse_long (nominally 64-bit) replaced
        with int32_t and int64_t.

May 4, 2016: version 2.9.6

    * minor changes to Makefile

Apr 1, 2016: version 2.9.5

    * licensing simplified (no other change); refer to CCOLAMD/Doc/License.txt

Feb 1, 2016: version 2.9.4

    * update to Makefiles

Jan 30, 2016: version 2.9.3

    * modifications to Makefiles

Jan 1, 2016: version 2.9.2

    * modified Makefile to create shared libraries
        No change to C code except version number.
        The empty file ccolamd_global.c removed.

Oct 10, 2014: version 2.9.1

    modified MATLAB/ccolamd_make.m.  No change to C code except version number.

July 31, 2013: version 2.9.0

    * changed malloc and printf pointers to use SuiteSparse_config

Jun 1, 2012: version 2.8.0

    * changed from UFconfig to SuiteSparse_config

Dec 7, 2011: version 2.7.4

    * fixed the Makefile to better align with CFLAGS and other standards

Jan 25, 2011: version 2.7.3

    * minor fix to "make install"
    * fixed stats [CCOLAMD_EMPTY_ROW] output

Nov 30, 2009: version 2.7.2

    * added "make install" and "make uninstall"

Nov 1, 2007: version 2.7.1

    * minor changes to MATLAB test code

May 31, 2007: version 2.7.0

    * ported to 64-bit MATLAB

    * subdirectories added (Source/, Include/, Lib/, Doc/, MATLAB/, Demo/)

Dec 12, 2006, version 2.5.2

    * minor MATLAB clean up

Apr 30, 2006: version 2.5

    * ccolamd_recommended modified.  Now returns size_t; 0 on error, > 0
	if successful.  Version number updated to synchronize with COLAMD.

    * long replaced with UF_long integer, which is long except on WIN64

Nov 15, 2005

    * ccolamd_global.c added to ccolamd_make.m (version is still 1.0).

Oct 10, 2005

    * changed definition of ccolamd_printf to "extern"

Version 1.0, released (Aug. 30, 2005)

    * CCOLAMD version 1.0 is derived from COLAMD version 2.4.  Refer to the
	COLAMD ChangeLog file for the changes made to COLAMD since
	COLAMD Version 1.0.

