InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SherpaBuildNumber.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 __SherpaBuildNumber_h__
25 #define __SherpaBuildNumber_h__
26 
27 // ----- kVersionNumberStr represents the product version number in the form it will
28 // be presented to the user.
29 
30 #define kSherpaVersionNumberStr "1.5"
31 
32 // ----- kVersionNumber is for scripting and should be a 'reasonable' floating-point
33 // representation of the product version number.
34 
35 #define kSherpaVersionNumber 1.5
36 
37 // ----- Used for plug-in actual and expected version numbers
38 #define kSherpaMajorVersionNumber RezLong(1)
39 #define kSherpaMinorVersionNumber RezLong(5)
40 
41 // ----- Numbers for 'vers', FILEVERSION and PRODUCTVERSION resources.
42 #define kSherpaMajorVersionNumberForResource 1
43 #define kSherpaMinorVersionNumberForResource 5
44 
45 // ----- Version copyright strings are different for different platforms
46 
47 #ifdef MACINTOSH
48 #define kSherpaVersionCopyRightStr "1.5, Copyright 2001 Adobe Systems Incorporated. All rights reserved."
49 #endif
50 
51 // {823B2956-B330-11d3-94BD-00C04FA349C7}
52 #define kInDesign1_5_CLSID { 0x823b2956, 0xb330, 0x11d3, { 0x94, 0xbd, 0x0, 0xc0, 0x4f, 0xa3, 0x49, 0xc7 } }
53 // {823B2957-B330-11d3-94BD-00C04FA349C7}
54 #define kTypeLib1_5_CLSID { 0x823b2957, 0xb330, 0x11d3, { 0x94, 0xbd, 0x0, 0xc0, 0x4f, 0xa3, 0x49, 0xc7 } }
55 
56 #endif