XMP Toolkit SDK  6.0.0
XMP_Version.h File Reference

Go to the source code of this file.

Macros

#define XMPCORE_API_VERSION_MAJOR   6
 
#define XMPCORE_API_VERSION_MINOR   0
 
#define XMPCORE_API_VERSION_MICRO   0
 
#define XMPCORE_API_VERSION   6.0.0
 
#define XMPCORE_API_VERSION_STRING   "6.0.0"
 
#define XMPFILES_API_VERSION_MAJOR   6
 
#define XMPFILES_API_VERSION_MINOR   0
 
#define XMPFILES_API_VERSION_MICRO   0
 
#define XMPFILES_API_VERSION   6.0.0
 
#define XMPFILES_API_VERSION_STRING   "6.0.0"
 

Macro Definition Documentation

◆ XMPCORE_API_VERSION

#define XMPCORE_API_VERSION   6.0.0

Definition at line 42 of file XMP_Version.h.

◆ XMPCORE_API_VERSION_MAJOR

#define XMPCORE_API_VERSION_MAJOR   6

XMP Toolkit Version Information

Version information for the XMP toolkit is stored in the executable and available through a runtime call, SXMPMeta::GetVersionInfo. In addition a static version number is defined in this header. The information in the executable or returned by SXMPMeta::GetVersionInfo is about the implementation internals, it is runtime version information. The values defined in this header describe the version of the API used at client compile time. They do not necessarily relate to the runtime version.

Important: Do not display the static values defined here to users as the version of XMP in use. Do not base runtime decisions on just this static version. It is OK to compare the static and runtime versions.

Definition at line 38 of file XMP_Version.h.

◆ XMPCORE_API_VERSION_MICRO

#define XMPCORE_API_VERSION_MICRO   0

Definition at line 40 of file XMP_Version.h.

◆ XMPCORE_API_VERSION_MINOR

#define XMPCORE_API_VERSION_MINOR   0

Definition at line 39 of file XMP_Version.h.

◆ XMPCORE_API_VERSION_STRING

#define XMPCORE_API_VERSION_STRING   "6.0.0"

Definition at line 43 of file XMP_Version.h.

◆ XMPFILES_API_VERSION

#define XMPFILES_API_VERSION   6.0.0

Definition at line 49 of file XMP_Version.h.

◆ XMPFILES_API_VERSION_MAJOR

#define XMPFILES_API_VERSION_MAJOR   6

Definition at line 45 of file XMP_Version.h.

◆ XMPFILES_API_VERSION_MICRO

#define XMPFILES_API_VERSION_MICRO   0

Definition at line 47 of file XMP_Version.h.

◆ XMPFILES_API_VERSION_MINOR

#define XMPFILES_API_VERSION_MINOR   0

Definition at line 46 of file XMP_Version.h.

◆ XMPFILES_API_VERSION_STRING

#define XMPFILES_API_VERSION_STRING   "6.0.0"

Definition at line 50 of file XMP_Version.h.