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 __dsPIC33AK_MC_DFP
/* Version as a string */
#define __DFP_VERSION_STRING "1.5.214"
/* Individual components of the version */
#define __DFP_VERSION_MAJOR 1
#define __DFP_VERSION_MINOR 5
#define __DFP_BUILD_NUMBER 214
/* Version as a single numeric value */
#define __DFP_VERSION 100050214
#define __DFP_DATE_STRING "2026-04-20"
