diff options
Diffstat (limited to 'public/include/XMP_Version.h')
-rw-r--r-- | public/include/XMP_Version.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/public/include/XMP_Version.h b/public/include/XMP_Version.h index 23d16b7..501ed20 100644 --- a/public/include/XMP_Version.h +++ b/public/include/XMP_Version.h @@ -7,11 +7,11 @@ /* // ================================================================================================= -// Copyright 2002 Adobe Systems Incorporated +// Copyright 2002 Adobe // All Rights Reserved. // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. +// of the Adobe license agreement accompanying it. // ================================================================================================= */ @@ -33,19 +33,19 @@ versions. */ /* ============================================================================================= */ -#define XMPCORE_API_VERSION_MAJOR 5 -#define XMPCORE_API_VERSION_MINOR 6 +#define XMPCORE_API_VERSION_MAJOR 6 +#define XMPCORE_API_VERSION_MINOR 0 #define XMPCORE_API_VERSION_MICRO 0 -#define XMPCORE_API_VERSION 5.6.0 -#define XMPCORE_API_VERSION_STRING "5.6.0" +#define XMPCORE_API_VERSION 6.0.0 +#define XMPCORE_API_VERSION_STRING "6.0.0" -#define XMPFILES_API_VERSION_MAJOR 5 -#define XMPFILES_API_VERSION_MINOR 7 +#define XMPFILES_API_VERSION_MAJOR 6 +#define XMPFILES_API_VERSION_MINOR 0 #define XMPFILES_API_VERSION_MICRO 0 -#define XMPFILES_API_VERSION 5.7.0 -#define XMPFILES_API_VERSION_STRING "5.7.0" +#define XMPFILES_API_VERSION 6.0.0 +#define XMPFILES_API_VERSION_STRING "6.0.0" /* ============================================================================================= */ |