InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DragontailBuildNumber.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Michael Burbidge
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef __DragonTailBuildNumber_h__
25 #define __DragonTailBuildNumber_h__
26 
27 
28 // ----- This is for scripting and should be a 'reasonable' floating-point
29 // representation of the product version number.
30 
31 #define kDragontailVersionNumber 3.0
32 
33 // ----- This represents the product version number in the form it will
34 // be used for id-highprofile plug-in rapid releases.
35 
36 #define kDragontailVersionNumberStr "3.0"
37 
38 // ----- This represents the product version number in the form it will
39 // be presented to the user.
40 
41 #define kDragontailUIVersionNumberStr "CS"
42 
43 // ----- Used for plug-in actual and expected version numbers
44 #define kDragontailMajorVersionNumber RezLong(3)
45 #define kDragontailMinorVersionNumber RezLong(0)
46 
47 // ----- Numbers for 'vers', FILEVERSION and PRODUCTVERSION resources.
48 #define kDragontailMajorVersionNumberForResource 3
49 #define kDragontailMinorVersionNumberForResource 0
50 
51 // ----- Version copyright strings are different for different platforms
52 
53 // When updating version strings, the copyright years are cumulative.
54 // e.g. in the future the year string will look like 2000-2003, 2000-2004, etc.
55 #ifdef MACINTOSH
56 #define kDragontailVersionCopyRightStr "3.0, Copyright 2000-2003 Adobe Systems Incorporated. All rights reserved."
57 #endif
58 #ifdef WINDOWS
59 #define kDragontailVersionCopyRightStr "Copyright 2000-2003 Adobe Systems Incorporated. All rights reserved."
60 #define kDragontailShortCopyRightStr "Copyright 2000-2003 Adobe Systems Incorporated."
61 #endif
62 
63 // ----- Scripting DOM Version
64 #define kDragontailMajorScriptVersionNumber RezLong(3)
65 #define kDragontailMinorScriptVersionNumber RezLong(0)
66 
67 // {7f5c34b5-175b-4479-a56c-73d752368a8f}
68 #define kInDesign3_0_CLSID { 0x7F5C34B5, 0x175B, 0x4479, { 0xA5, 0x6C, 0x73, 0xD7, 0x52, 0x36, 0x8A, 0x8F } }
69 // {6926C15F-E97E-4b13-8658-A97D8C616945}
70 #define kInDesignSUTypeLib3_0_CLSID { 0x6926c15f, 0xe97e, 0x4b13, { 0x86, 0x58, 0xa9, 0x7d, 0x8c, 0x61, 0x69, 0x45 } }
71 // {37C455EE-2C40-4e24-899A-7B533396FAE9}
72 #define kInDesignMUTypeLib3_0_CLSID { 0x37c455ee, 0x2c40, 0x4e24, { 0x89, 0x9a, 0x7b, 0x53, 0x33, 0x96, 0xfa, 0xe9 } }
73 
74 // {B47074D9-7F10-4683-8672-00DE24D55D4B}
75 #define kInCopy3_0_CLSID { 0xb47074d9, 0x7f10, 0x4683, { 0x86, 0x72, 0x0, 0xde, 0x24, 0xd5, 0x5d, 0x4b } }
76 // {B8C5B92E-C373-401a-973F-9DD03FEF0490}
77 #define kInCopySUTypeLib3_0_CLSID { 0xb8c5b92e, 0xc373, 0x401a, { 0x97, 0x3f, 0x9d, 0xd0, 0x3f, 0xef, 0x4, 0x90 } }
78 // {6EA7F0E0-A327-4e2f-8879-60870FDEE5A2}
79 #define kInCopyMUTypeLib3_0_CLSID { 0x6ea7f0e0, 0xa327, 0x4e2f, { 0x88, 0x79, 0x60, 0x87, 0xf, 0xde, 0xe5, 0xa2 } }
80 
81 #endif