XMP Toolkit SDK  6.0.0
XMP_Version.h
Go to the documentation of this file.
1 #ifndef __XMP_Version_h__
2 #define __XMP_Version_h__ 1
3 
4 /* --------------------------------------------------------------------------------------------- */
5 /* ** IMPORTANT ** This file must be usable by strict ANSI C compilers. No "//" comments, etc. */
6 /* --------------------------------------------------------------------------------------------- */
7 
8 /*
9 // =================================================================================================
10 // Copyright 2002 Adobe
11 // All Rights Reserved.
12 //
13 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
14 // of the Adobe license agreement accompanying it. If you have received this file from a source other
15 // than Adobe, then your use, modification, or distribution of it requires the prior written permission
16 // of Adobe.
17 // =================================================================================================
18 */
19 
20 /* ============================================================================================= */
36 /* ============================================================================================= */
37 
38 #define XMPCORE_API_VERSION_MAJOR 6
39 #define XMPCORE_API_VERSION_MINOR 0
40 #define XMPCORE_API_VERSION_MICRO 0
41 
42 #define XMPCORE_API_VERSION 6.0.0
43 #define XMPCORE_API_VERSION_STRING "6.0.0"
44 
45 #define XMPFILES_API_VERSION_MAJOR 6
46 #define XMPFILES_API_VERSION_MINOR 0
47 #define XMPFILES_API_VERSION_MICRO 0
48 
49 #define XMPFILES_API_VERSION 6.0.0
50 #define XMPFILES_API_VERSION_STRING "6.0.0"
51 
52 /* ============================================================================================= */
53 
54 #endif /* __XMP_Version_h__ */