InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CC16_3BuildNumber.h
1 //========================================================================================
2 // Copyright 2021 Adobe
3 //
4 // All Rights Reserved.
5 //
6 // NOTICE: Adobe permits you to use, modify, and distribute this file in
7 // accordance with the terms of the Adobe license agreement accompanying
8 // it.
9 //
10 //========================================================================================
11 
12 #ifndef __CC16_3BuildNumber_h__
13 #define __CC16_3BuildNumber_h__
14 
15 // ----- This is for scripting and should be a 'reasonable' floating-point
16 // representation of the product version number.
17 //
18 // ----- This DOES NOT change when we have a dot release
19 //
20 #define kCC16_3VersionNumber 16.3
21 
22 // ----- This string is primarily used as the key in the Windows registry,
23 // as well as for application registration on startup.
24 //
25 // ----- This DOES NOT change when we have a dot release
26 //
27 #define kCC16_3VersionNumberStr "16.3"
28 
29 // ----- This represents the product version number in the form it will
30 // be presented to the user. You will see it used in the
31 // Windows application window frame, for example.
32 // It is also used by OLEAutomation as part of the application version key.
33 //
34 // ----- This DOES NOT change when we have a dot release
35 //
36 #ifdef BETA_BUILD
37 #define kCC16_3UIVersionStr "2021 (Beta)"
38 #elif PRERELEASE_BUILD
39 #define kCC16_3UIVersionStr "2021 (Prerelease)"
40 #else
41 #define kCC16_3UIVersionStr "2021"
42 #endif
43 
44 // ----- This represents year based handle of the product to
45 // be presented to the user in splash screen.
46 // ----- This DOES NOT change when we have a dot release
47 //
48 #define kCC16_3CCVersionYearBasedHandleStr "2021"
49 
50 // ----- This represents year based full version handle of the product to
51 // be presented to the user in about screen.
52 // ----- This DOES NOT change when we have a dot release
53 //
54 #define kCC16_3CCVersionYearBasedFullHandleStr "2021.3"
55 
56 
57 // ----- CC15_DOT_RELEASE_NUMBER represents the product dot
58 // release version.
59 // All necessary changes for a dot release update can be
60 // done in this file by following these directions.
61 //
62 // ----- To update a dot release:
63 // 1. Change CC16_DOT_RELEASE_NUMBER to non-zero
64 // (If you want 4.0.2 change it to 2.)
65 // 2. Update kCC16_3VersionNumberForResourceStr
66 // 3. Update kCC16_3VersionCopyRightStr for the Mac
67 // 4. Update kCC16_3CFBundleVersionStr for the Mac (4.0.1 would be "4010")
68 // 5. Update kCC16_3AUMComponentVersionStr
69 //
70 // At a minimum, you must then rebuild AppFramework, ApplicationUI
71 // InDesign, InCopy, & InDesignServer. Rebuilding plugins will
72 // update their Windows resources and Mac plist settings so that,
73 // for example, the Finder or Explorer will correctly display version info.
74 //
75 
76 // ------ This flag will be used to check if this is dot release or not
77 #define CC16_3_DOT_RELEASE_NUMBER 0
78 
79 #if CC16_3_DOT_RELEASE_NUMBER
80 #define kCC16_3VersionNumberForResourceStr "16.3.1"
81 #else
82 #define kCC16_3VersionNumberForResourceStr "16.3"
83 #endif
84 
85 // ----- Used for plug-in actual and expected version numbers
86 #define kCC16_3MajorVersionNumber RezLong(16)
87 #define kCC16_3MinorVersionNumber RezLong(3)
88 #define kCC16_3DotVersionNumber RezLong(CC16_3_DOT_RELEASE_NUMBER)
89 
90 // ----- Numbers for 'vers', FILEVERSION and PRODUCTVERSION resources.
91 #define kCC16_3MajorVersionNumberForResource 16
92 #define kCC16_3MinorVersionNumberForResource 3
93 #define kCC16_3DotVersionNumberForResource CC16_3_DOT_RELEASE_NUMBER
94 
95 
96 // ----- Version copyright strings are different for different platforms
97 
98 // When updating version strings, the copyright years are cumulative.
99 // e.g. in the future the year string will look like 2000-2009, 2000-2010, etc.
100 #ifdef MACINTOSH
101 #if CC16_3_DOT_RELEASE_NUMBER
102 #define kCC16_3VersionCopyRightStr "16.3.1, Copyright 1999-2021 Adobe. All rights reserved."
103 #define kCC16_3CFBundleVersionStr "16310"
104 #else
105 #define kCC16_3VersionCopyRightStr "16.3, Copyright 1999-2021 Adobe. All rights reserved."
106 #define kCC16_3CFBundleVersionStr "16300"
107 #endif
108 #ifdef BETA_BUILD
109 #define kCC16_3CFBundleNameStr "InDesign (Beta)"
110 #define kCC16_3InCopyCFBundleNameStr "InCopy (Beta)"
111 #elif PRERELEASE_BUILD
112 #define kCC16_3CFBundleNameStr "InDesign (Prerelease)"
113 #define kCC16_3InCopyCFBundleNameStr "InCopy (Prerelease)"
114 #else
115 #define kCC16_3CFBundleNameStr "InDesign"
116 #define kCC16_3InCopyCFBundleNameStr "InCopy"
117 #endif
118 #endif
119 
120 #ifdef WINDOWS
121 #define kCC16_3VersionCopyRightStr "Copyright 1999-2021 Adobe. All rights reserved."
122 #define kCC16_3ShortCopyRightStr "\xa9 1999-2021 Adobe. All rights reserved."
123 #endif
124 
125 // ----- Version string for Adobe Update Manager managed components
126 #if CC16_3_DOT_RELEASE_NUMBER
127 #define kCC16_3AUMComponentVersionStr "16.3.1."
128 #else
129 #define kCC16_3AUMComponentVersionStr "16.3.0."
130 #endif
131 // ----- Version string for Adobe Crash Reporter
132 #if CC16_3_DOT_RELEASE_NUMBER
133 #define kCC16_3CRAdobeProductVersionStr "16310"
134 #else
135 #define kCC16_3CRAdobeProductVersionStr "16300"
136 #endif
137 
138 // ----- Display name for Adobe Crash Reporter
139 #define kCC16_3CRAdobeInDesignDisplayNameStr "Adobe InDesign 2021"
140 #define kCC16_3CRAdobeInCopyDisplayNameStr "Adobe InCopy 2021"
141 
142 // ----- Scripting DOM Version
143 // To define a new version of the Scripting DOM:
144 // For a dot release, add a new major and minor script version number, and new typelib CLSIDs.
145 // For a minor version release, also add new application CLSIDs.
146 // Note: This assumes that kUIVersionStr also changes for a minor version release.
147 #define kCC16_3MajorScriptVersionNumber RezLong(16)
148 #define kCC16_3MinorScriptVersionNumber RezLong(3)
149 /* keeping same as 16.0 can be picked up from CC16BuildNumber.h
150 //
151 #define kInDesign16_0_CLSID { 0x2c3995bf, 0x82f2, 0x483d, { 0x81, 0x4, 0xf2, 0x29, 0x0, 0xf9, 0x42, 0x8d } }
152 // {76F98E79-C12D-4C62-8B30-C10BCCDD6F96}
153 #define kInDesignSUTypeLib16_0_CLSID { 0x76f98e79, 0xc12d, 0x4c62, { 0x8b, 0x30, 0xc1, 0xb, 0xcc, 0xdd, 0x6f, 0x96 } }
154 // {CDD13F68-1CBC-47EB-BCC7-F35A8874299F}
155 #define kInDesignMUTypeLib16_0_CLSID { 0xcdd13f68, 0x1cbc, 0x47eb, { 0xbc, 0xc7, 0xf3, 0x5a, 0x88, 0x74, 0x29, 0x9f } }
156 
157 // {22B843ED-7478-45ED-AD1F-B95E1F3BD07C}
158 #define kInCopy16_0_CLSID { 0x22b843ed, 0x7478, 0x45ed, { 0xad, 0x1f, 0xb9, 0x5e, 0x1f, 0x3b, 0xd0, 0x7c } }
159 // {43502033-4D52-4B48-A936-17DCE1618A4E}
160 #define kInCopySUTypeLib16_0_CLSID { 0x43502033, 0x4d52, 0x4b48, { 0xa9, 0x36, 0x17, 0xdc, 0xe1, 0x61, 0x8a, 0x4e } }
161 // {086FE31C-68EE-4D96-B38B-2CE6A1A337A7}
162 #define kInCopyMUTypeLib16_0_CLSID { 0x86fe31c, 0x68ee, 0x4d96, { 0xb3, 0x8b, 0x2c, 0xe6, 0xa1, 0xa3, 0x37, 0xa7 } }
163 
164 // {CA6474A2-8CF8-4345-A8EC-0E3398BD7335}
165 #define kInDesignServer16_0_CLSID { 0xca6474a2, 0x8cf8, 0x4345, { 0xa8, 0xec, 0xe, 0x33, 0x98, 0xbd, 0x73, 0x35 } }
166 // {C9FDA445-332E-489B-9BED-96C563B451AF}
167 #define kInDesignServerSUTypeLib16_0_CLSID { 0xc9fda445, 0x332e, 0x489b, { 0x9b, 0xed, 0x96, 0xc5, 0x63, 0xb4, 0x51, 0xaf } }
168 // {7FF30520-A5D2-4D12-9B30-B6148B675116}
169 #define kInDesignServerMUTypeLib16_0_CLSID { 0x7ff30520, 0xa5d2, 0x4d12, { 0x9b, 0x30, 0xb6, 0x14, 0x8b, 0x67, 0x51, 0x16 } }
170 */
171 #endif