diff options
Diffstat (limited to 'public/include/XMP_Version.h')
-rw-r--r-- | public/include/XMP_Version.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/include/XMP_Version.h b/public/include/XMP_Version.h index 53707b1..23d16b7 100644 --- a/public/include/XMP_Version.h +++ b/public/include/XMP_Version.h @@ -34,18 +34,18 @@ versions. /* ============================================================================================= */ #define XMPCORE_API_VERSION_MAJOR 5 -#define XMPCORE_API_VERSION_MINOR 5 +#define XMPCORE_API_VERSION_MINOR 6 #define XMPCORE_API_VERSION_MICRO 0 -#define XMPCORE_API_VERSION 5.5.0 -#define XMPCORE_API_VERSION_STRING "5.5.0" +#define XMPCORE_API_VERSION 5.6.0 +#define XMPCORE_API_VERSION_STRING "5.6.0" #define XMPFILES_API_VERSION_MAJOR 5 -#define XMPFILES_API_VERSION_MINOR 6 +#define XMPFILES_API_VERSION_MINOR 7 #define XMPFILES_API_VERSION_MICRO 0 -#define XMPFILES_API_VERSION 5.6.0 -#define XMPFILES_API_VERSION_STRING "5.6.0" +#define XMPFILES_API_VERSION 5.7.0 +#define XMPFILES_API_VERSION_STRING "5.7.0" /* ============================================================================================= */ |