From 8910c3a583f4cc81f9351ed857c8bc1fcb2a440c Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 28 Sep 2011 20:55:32 +0000 Subject: Rationalized versioning resources and made KFW versions independent from non Windows releases Signed-off-by: Alexey Melnikov git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25260 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/kerberos.ver | 59 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/windows/kerberos.ver (limited to 'src/windows/kerberos.ver') diff --git a/src/windows/kerberos.ver b/src/windows/kerberos.ver new file mode 100644 index 0000000000..9e84d50ea8 --- /dev/null +++ b/src/windows/kerberos.ver @@ -0,0 +1,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" -- cgit