InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
HotakaBuildNumber.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 __HotakaBuildNumber_h__
25 #define __HotakaBuildNumber_h__
26 
27 // ----- kVersionNumberStr represents the product version number in the form it will
28 // be presented to the user.
29 
30 #define kHotakaVersionNumberStr "1.0J"
31 
32 // ----- kVersionNumber is for scripting and should be a 'reasonable' floating-point
33 // representation of the product version number.
34 
35 #define kHotakaVersionNumber 1.0
36 
37 // ----- Used for plug-in actual and expected version numbers
38 #define kHotakaMajorVersionNumber RezLong(1)
39 #define kHotakaMinorVersionNumber RezLong(kHotakaLine+0)
40 
41 // ----- Numbers for 'vers', FILEVERSION and PRODUCTVERSION resources.
42 #define kHotakaMajorVersionNumberForResource 1
43 #define kHotakaMinorVersionNumberForResource kHotakaLine+0
44 
45 // ----- Version copyright strings are different for different platforms
46 // if these don't seem right, talk to ijohnsto and smcadoo
47 
48 #ifdef MACINTOSH
49 #define kHotakaVersionCopyRightStr "1.0J, Copyright 2001 Adobe Systems Incorporated. All rights reserved."
50 #endif
51 
52 #endif