windows-wix-install-20050925
[openafs.git] / src / WINNT / install / InstallShield5 / HowToSetTheVersion.txt
1 Copyright 2000, International Business Machines Corporation and others.
2 All Rights Reserved.
3 This software has been released under the terms of the IBM Public
4 License.  For details, see the LICENSE file in the top-level source
5 directory or online at http://www.openafs.org/dl/license10.html
6 HOW TO SET THE AFS FOR WINDOWS VERSION INFORMATION
7
8 Set AFSPRODUCT_VERSION in the following files:
9 src\config\NTMakefile.i386_win95 
10 src\config\NTMakefile.i386_nt40
11
12 The format of this variable should be
13 x.y.z.p or x.y.z p
14
15 x= major verson (1-9)
16 y= minor verson (1-9)
17 z.p= patch level z=(1-9) p=(1-99 or a-z)
18
19 For example:
20 AFSPRODUCT_VERSION=1.1.1 a
21 AFSPRODUCT_VERSION=1.1.1.1
22 AFSPRODUCT_VERSION=1.1.101
23 AFSPRODUCT_VERSION=1.1.1a
24
25 These examples represent different forms of the same version.
26 However the version will be displayed to the user as they are shown!
27
28
29
30