summaryrefslogtreecommitdiffstats
path: root/src/windows/kerberos.ver
blob: 9e84d50ea804c6ae734f4b078feb69ef01838c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* kerberos.ver. This is similar to patchlevel.h, but version numbers are independent */
/*
 * Copyright (C) 2004-2011 by the Massachusetts Institute of Technology.
 * All rights reserved.
 *
 * Export of this software from the United States of America may
 *   require a specific license from the United States Government.
 *   It is the responsibility of any person or organization contemplating
 *   export to obtain such a license before exporting.
 *
 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
 * distribute this software and its documentation for any purpose and
 * without fee is hereby granted, provided that the above copyright
 * notice appear in all copies and that both that copyright notice and
 * this permission notice appear in supporting documentation, and that
 * the name of M.I.T. not be used in advertising or publicity pertaining
 * to distribution of the software without specific, written prior
 * permission.  Furthermore if you modify this software you must label
 * your software as modified software and not distribute it in such a
 * fashion that it might be confused with the original M.I.T. software.
 * M.I.T. makes no representations about the suitability of
 * this software for any purpose.  It is provided "as is" without express
 * or implied warranty.
 */

/*
 * This is the master file for version stamping purposes.  The
 * checked-in version will contain the correct version information at
 * all times.  Prior to an official release x.y.z,
 * KRB5_MAJOR_RELEASE=x, KRB5_MINOR_RELEASE=y, and KRB5_PATCHLEVEL=z.
 * KRB5_RELTAIL will reflect the release state.  It will be
 * "prerelease" for unreleased code either on the trunk or on a
 * release branch.  It will be undefined for a final release.
 *
 * Immediately following a final release, the release version numbers
 * will be incremented, and KRB5_RELTAIL will revert to "prerelease".
 *
 * KRB5_RELTAG contains the CVS tag name corresponding to the release.
 * KRB5_RELDATE identifies the date of the release.  They should
 * normally be undefined for checked-in code.
 */

/*
 * ==========
 * IMPORTANT:
 * ==========
 *
 * If you are a vendor supplying modified code derived from MIT
 * Kerberos, you SHOULD update KRB5_RELTAIL to identify your
 * organization.
 */
#define KRB5_MAJOR_RELEASE 4
#define KRB5_MINOR_RELEASE 0
#define KRB5_PATCHLEVEL 0
#define KRB5_RELTAIL "prerelease"
/* #undef KRB5_RELDATE */
#define KRB5_RELTAG "trunk"

#define KRB5_PRODUCTNAME_STR "MIT Kerberos for Windows"