7.2.2 Device Support Information

The following definitions are provided in each device header file:

#define __<pack-name>_DFP

#define __DFP_VERSION_STRING ""

#define __DFP_VERSION_MAJOR n

#define __DFP_VERSION_MINOR n/

#define __DFP_BUILD_NUMBER n/

#define __DFP_DATE_STRING "yyyy-mm-dd"

For example:

#define __dsPIC33CK_MC_DFP

/* Version as a string */
#define __DFP_VERSION_STRING "1.11.401"

/* Individual components of the version */
#define __DFP_VERSION_MAJOR 1
#define __DFP_VERSION_MINOR 11
#define __DFP_BUILD_NUMBER 401

/* Version as a single numeric value */
#define __DFP_VERSION 100110401
#define __DFP_DATE_STRING "2026-04-07"